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

This commit is contained in:
2025-05-13 14:08:06 +02:00
parent aa8cdbe81f
commit 5a251effd0

View File

@@ -59,6 +59,11 @@ jobs:
ls -la "$EXPORT_DIR/windows/"
- name: Upload Artifact
run: |
echo $EXPORT_DIR
pwd
ls -la
ls -la build
ls -la build/windows
ls -la "$EXPORT_DIR/windows/"
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
--upload-file "$EXPORT_DIR/windows/$EXPORT_NAME.exe" \