mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-06 08:01:02 +00:00
Update build-and-release.yml
This commit is contained in:
parent
a67ea9adc0
commit
b74449a748
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Download Archives
|
- name: Download Archives
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
run: |
|
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
|
- name: Generate Build Date
|
||||||
id: date
|
id: date
|
||||||
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
|
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
|
||||||
|
|
Loading…
Reference in a new issue