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