-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated
robinraju/release-downloader
- Loading branch information
1 parent
81f0604
commit e4be5d5
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
uses: robinraju/[email protected] | ||
if: ${{!steps.restore_scons_cache.outputs.cache-hit}} | ||
with: | ||
repository: "godotengine/godot" | ||
|
@@ -66,8 +65,7 @@ runs: | |
extract: true | ||
|
||
- name: Download templates | ||
# TODO https://github.com/robinraju/release-downloader/issues/688 | ||
uses: robinraju/[email protected] | ||
uses: robinraju/[email protected] | ||
if: ${{!steps.restore_scons_cache.outputs.cache-hit && inputs.download_export_templates == 'true'}} | ||
with: | ||
repository: "godotengine/godot" | ||
|