1
0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2026-03-14 01:41:42 +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

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