From b74449a748ae73e553183821ed60585f22f01f67 Mon Sep 17 00:00:00 2001 From: Ryan Baldwin Date: Fri, 9 Sep 2022 03:10:09 -0400 Subject: [PATCH] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 9faa1d2..9fdd843 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -35,7 +35,7 @@ jobs: - name: Download Archives working-directory: ./ run: | - curl ${{ needs.Compile-NRO.outputs.3ds_link }} -o ctr-nzp-3ds.zip + curl ${{ needs.Compile-3ds.outputs.3ds_link }} -o ctr-nzp-3ds.zip - name: Generate Build Date id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"