Fix 5
Some checks failed
godot-ci export / build (push) Failing after 58s

This commit is contained in:
2025-05-13 14:00:55 +02:00
parent 7e530b9f1c
commit aa8cdbe81f

View File

@@ -56,10 +56,10 @@ jobs:
cd $PROJECT_PATH
./godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe"
echo 'ls -la "$EXPORT_DIR/windows/"'
ls -la "$EXPORT_DIR/windows/"
- name: Upload Artifact
run: |
echo 'ls -la "$EXPORT_DIR/windows/"'
ls -la "$EXPORT_DIR/windows/"
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
--upload-file "$EXPORT_DIR/windows/$EXPORT_NAME.exe" \
https://gitea.sanplex.tech/api/packages/sansan/generic/GodotTest/0.0.1/$EXPORT_NAME.exe