Changed form using github uplaod action to community version
Some checks failed
godot-ci export / Windows Export (push) Has been cancelled

This commit is contained in:
2025-07-01 04:35:44 -07:00
parent 84276d390a
commit 5b38a09625

View File

@ -38,7 +38,8 @@ jobs:
cd $PROJECT_PATH cd $PROJECT_PATH
godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe" godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe"
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 # uses: actions/upload-artifact@v4
uses: 'christopherhx/gitea-upload-artifact@v4' # the github action doens't work with gitea, so use this community versions
with: with:
name: windows name: windows
path: build/windows path: build/windows