Fix 20
All checks were successful
godot-ci export / build (push) Successful in 1m17s

This commit is contained in:
2025-06-01 19:54:35 +02:00
parent 0ca1ae20c7
commit 929aa7c629

View File

@@ -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: |