Skip to content

Commit

Permalink
updated robinraju/release-downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriySalnikov committed May 22, 2024
1 parent 81f0604 commit e4be5d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/setup_godot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ runs:
key: godot-${{inputs.tag}}-${{inputs.file_suffix}}${{inputs.download_export_templates == 'true' && '-with_exports' || ''}}-installation

- name: Download Godot Engine
# TODO https://github.com/robinraju/release-downloader/issues/688
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.10
if: ${{!steps.restore_scons_cache.outputs.cache-hit}}
with:
repository: "godotengine/godot"
Expand All @@ -66,8 +65,7 @@ runs:
extract: true

- name: Download templates
# TODO https://github.com/robinraju/release-downloader/issues/688
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.10
if: ${{!steps.restore_scons_cache.outputs.cache-hit && inputs.download_export_templates == 'true'}}
with:
repository: "godotengine/godot"
Expand Down

0 comments on commit e4be5d5

Please sign in to comment.