github action
Some checks failed
godot-ci export / Windows Export (push) Has been cancelled

This commit is contained in:
2025-07-01 06:11:17 -07:00
parent eae446dfbf
commit 60dbb9a68b

View File

@ -28,7 +28,7 @@ jobs:
- name: Create test file - name: Create test file
run: echo "test" > test.txt run: echo "test" > test.txt
- name: Upload Small Artifact - name: Upload Small Artifact
uses: christopherhx/gitea-upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: test name: test
path: test.txt path: test.txt