1
0
Fork 0
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:
Austin Traver 2025-01-09 23:02:10 -08:00 committed by GitHub
parent b65dcfa0a4
commit eeec89ab60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}} \