aaaaaaa
Some checks failed
godot-ci export / Windows Export (push) Failing after 1s

This commit is contained in:
2025-07-01 06:07:55 -07:00
parent 7204dd2d88
commit d1600d3b00

View File

@ -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: