This commit is contained in:
@ -16,7 +16,9 @@ jobs:
|
|||||||
image: barichello/godot-ci:4.4
|
image: barichello/godot-ci:4.4
|
||||||
steps:
|
steps:
|
||||||
- name: Create test file
|
- name: Create test file
|
||||||
run: echo "test" > test.txt
|
run: |
|
||||||
|
cd $PROJECT_PATH
|
||||||
|
echo "test" > test.txt
|
||||||
- name: Upload Small Artifact
|
- name: Upload Small Artifact
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user