Update build-and-release.yml

This commit is contained in:
Ryan Baldwin 2022-10-31 23:25:34 -07:00 committed by GitHub
parent 8bee1f885c
commit ad66e0a7bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ jobs:
Compile-3ds:
runs-on: ubuntu-latest
outputs:
3ds_link: ${{ steps.zip.outputs.zip }}
o3ds_link: ${{ steps.zip.outputs.zip }}
container:
image: devkitpro/devkitarm
steps:
@ -35,7 +35,7 @@ jobs:
- name: Download Archives
working-directory: ./
run: |
curl ${{ needs.Compile-3ds.outputs.3ds_link }} -o ctr-nzp-3ds.zip
curl ${{ needs.Compile-3ds.outputs.o3ds_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')"