Update build-and-release.yml

This commit is contained in:
Ryan Baldwin 2022-09-09 03:10:09 -04:00 committed by GitHub
parent a67ea9adc0
commit b74449a748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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')"