This commit is contained in:
@@ -55,6 +55,8 @@ jobs:
|
|||||||
EXPORT_DIR="$(readlink -f build)"
|
EXPORT_DIR="$(readlink -f build)"
|
||||||
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"
|
||||||
|
|
||||||
|
echo ls -la "$EXPORT_DIR/windows/"
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
run: |
|
run: |
|
||||||
curl --user your_username:your_password_or_token \
|
curl --user your_username:your_password_or_token \
|
||||||
|
|||||||
Reference in New Issue
Block a user