From c8b4e2e2cb998cee0fb698f5bc0eb17ab7983241 Mon Sep 17 00:00:00 2001 From: Ryan Baldwin Date: Mon, 31 Oct 2022 22:52:53 -0700 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 9fdd843..3f0686e 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -24,7 +24,7 @@ jobs: id: zip working-directory: ./ run: | - zip -r vita-nzp-3ds.zip nzportable.3dsx nzportable.smdh + zip -r ctr-nzp-3ds.zip nzportable.3dsx nzportable.smdh curl --upload-file ./ctr-nzp-3ds.zip https://transfer.sh/ctr-nzp-3ds.zip > output-log.log echo "::set-output name=zip::$(cat output-log.log)" Unify-and-Release: