YML: Download Artifacts in single-step

This commit is contained in:
cypress 2023-12-27 16:39:35 -05:00
parent 0f4f868377
commit 1a1da8a796
1 changed files with 1 additions and 7 deletions

View File

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