This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -v -p build
|
||||
cd $PROJECT_PATH
|
||||
./godot --headless --verbose --export-release "Windows Desktop" "build/$EXPORT_NAME.exe"
|
||||
./godot --headless --verbose --export-release "Windows Desktop" "build/$EXPORT_NAME"_"$GAME_VERSION.exe"
|
||||
|
||||
- name: Linux Build
|
||||
run: |
|
||||
@@ -76,8 +76,8 @@ jobs:
|
||||
mkdir -v -p build/"$EXPORT_NAME"_"$GAME_VERSION"
|
||||
ls -la build
|
||||
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
||||
--upload-file "build/$EXPORT_NAME.exe" \
|
||||
https://gitea.sanplex.tech/api/packages/sansan/generic/GodotTest/$GAME_VERSION/$EXPORT_NAME.exe
|
||||
--upload-file "build/$EXPORT_NAME"_"$GAME_VERSION.exe" \
|
||||
https://gitea.sanplex.tech/api/packages/sansan/generic/GodotTest/$GAME_VERSION/$EXPORT_NAME"_"$GAME_VERSION.exe
|
||||
|
||||
- name: Upload Artifact Linux
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user