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

This commit is contained in:
2025-05-13 13:57:02 +02:00
parent 64b08fd2c2
commit 7e530b9f1c

View File

@@ -56,10 +56,11 @@ jobs:
cd $PROJECT_PATH
./godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe"
echo ls -la "$EXPORT_DIR/windows/"
echo 'ls -la "$EXPORT_DIR/windows/"'
- name: Upload Artifact
run: |
curl --user your_username:your_password_or_token \
echo '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