changing to chirst v3
Some checks failed
godot-ci export / Windows Export (push) Failing after 3s

This commit is contained in:
2025-07-01 05:36:22 -07:00
parent 399101b3d1
commit a6117bfd41

View File

@ -38,8 +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@v2 # uses: actions/upload-artifact@v3
# uses: 'christopherhx/gitea-upload-artifact@v4' # the github action doens't work with gitea, so use this community versions hehe uses: 'christopherhx/gitea-upload-artifact@v3' # the github action doens't work with gitea, so use this community versions hehe
with: with:
name: windows name: windows
path: build/windows path: build/windows