Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitwel committed Dec 13, 2023
1 parent 8ef43f6 commit bd80d42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
unzip -q ./templates/android_source.zip -d ./android/build/
rm ./templates/android_source.zip
godot -v -e --quit --headless
- name: export game
id: export
# Use latest version (see releases for all versions)
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
sed -i 's/BUILD_VERSION/${{ github.ref_name }}/g' export_presets.cfg
sed -i "s/android:versionName=\"1.0\"/android:versionName=\"${{ github.ref_name }}\"/g" ./android/build/AndroidManifest.xml
godot -v -e --quit --headless
- name: export game
id: export
# Use latest version (see releases for all versions)
Expand Down

0 comments on commit bd80d42

Please sign in to comment.