1
0
Fork 0
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:
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
run: |
curl \
--location \
--no-progress-meter \
--create-dirs \
--output-dir ${{env.SMASH_PLUGIN_DIR}} \