From eeec89ab60d4595e413a7546d872fa76991c0cea Mon Sep 17 00:00:00 2001 From: Austin Traver Date: Thu, 9 Jan 2025 23:02:10 -0800 Subject: [PATCH] Follow redirects in `curl` within GitHub Action (#719) --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1d3e195..d92dc23 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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}} \