This commit is contained in:
@ -38,8 +38,8 @@ jobs:
|
||||
cd $PROJECT_PATH
|
||||
godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe"
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
# uses: 'christopherhx/gitea-upload-artifact@v4' # the github action doens't work with gitea, so use this community versions hehe
|
||||
# uses: actions/upload-artifact@v3
|
||||
uses: 'christopherhx/gitea-upload-artifact@v3' # the github action doens't work with gitea, so use this community versions hehe
|
||||
with:
|
||||
name: windows
|
||||
path: build/windows
|
||||
|
||||
Reference in New Issue
Block a user