mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
YML: Download Artifacts in single-step
This commit is contained in:
parent
0f4f868377
commit
1a1da8a796
1 changed files with 1 additions and 7 deletions
8
.github/workflows/build-and-release.yml
vendored
8
.github/workflows/build-and-release.yml
vendored
|
@ -48,14 +48,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [Compile-VPK, Compile-NRO]
|
||||
steps:
|
||||
- name: Download VPK Artifact
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: vita-nzp-vpk
|
||||
- name: Download NRO Artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: nx-nzp-nro
|
||||
- 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