Update build-and-release.yml

This commit is contained in:
Ryan Baldwin 2022-10-31 22:52:53 -07:00 committed by GitHub
parent b74449a748
commit c8b4e2e2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: