mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-19 08:50:14 +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
|
||||
run: |
|
||||
curl \
|
||||
--location \
|
||||
--no-progress-meter \
|
||||
--create-dirs \
|
||||
--output-dir ${{env.SMASH_PLUGIN_DIR}} \
|
||||
|
|
Loading…
Reference in a new issue