Skip to content

Commit

Permalink
Bump firebelley/godot-export from 5.2.1 to 6.0.0 (#13)
Browse files Browse the repository at this point in the history
Bumps [firebelley/godot-export](https://github.com/firebelley/godot-export) from 5.2.1 to 6.0.0.
- [Release notes](https://github.com/firebelley/godot-export/releases)
- [Commits](firebelley/godot-export@v5.2.1...v6.0.0)

---
updated-dependencies:
- dependency-name: firebelley/godot-export
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 6235ce5 commit aef09e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "GODOT_ANDROID_KEYSTORE_DEBUG_PASSWORD=${{ secrets.ANDROID_DEBUG_KEYSTORE_PASSWORD }}" >> $GITHUB_ENV
- name: Export Game
id: export
uses: firebelley/godot-export@v5.2.1
uses: firebelley/godot-export@v6.0.0
with:
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_export_templates.tpz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "GODOT_ANDROID_KEYSTORE_DEBUG_PASSWORD=${{ secrets.ANDROID_DEBUG_KEYSTORE_PASSWORD }}" >> $GITHUB_ENV
- name: Export Game
id: export
uses: firebelley/godot-export@v5.2.1
uses: firebelley/godot-export@v6.0.0
with:
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_export_templates.tpz
Expand Down

0 comments on commit aef09e2

Please sign in to comment.