mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-31 14:37:24 +00:00
Follow redirects in curl
within GitHub Action (#719)
This commit is contained in:
parent
b65dcfa0a4
commit
eeec89ab60
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -109,6 +109,7 @@ jobs:
|
||||||
SMASH_PLUGIN_DIR: atmosphere/contents/01006A800016E000/romfs/skyline/plugins
|
SMASH_PLUGIN_DIR: atmosphere/contents/01006A800016E000/romfs/skyline/plugins
|
||||||
run: |
|
run: |
|
||||||
curl \
|
curl \
|
||||||
|
--location \
|
||||||
--no-progress-meter \
|
--no-progress-meter \
|
||||||
--create-dirs \
|
--create-dirs \
|
||||||
--output-dir ${{env.SMASH_PLUGIN_DIR}} \
|
--output-dir ${{env.SMASH_PLUGIN_DIR}} \
|
||||||
|
|
Loading…
Reference in a new issue