mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-05 23:50:57 +00:00
Update build-and-release.yml
This commit is contained in:
parent
8bee1f885c
commit
ad66e0a7bf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
|
@ -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')"
|
||||
|
|
Loading…
Reference in a new issue