mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-24 21:01:09 +00:00
YML: Remove working-directory
This commit is contained in:
parent
43f76c3a76
commit
2d2bb6ca11
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
@ -54,12 +54,10 @@ jobs:
|
|||
steps:
|
||||
- name: Download VPK Artifact
|
||||
uses: actions/download-artifact@v4
|
||||
working-directory: ./
|
||||
with:
|
||||
name: vita-nzp-vpk
|
||||
- name: Download NRO Artifact
|
||||
uses: actions/download-artifact@v4
|
||||
working-directory: ./
|
||||
with:
|
||||
name: nx-nzp-nro
|
||||
- name: Generate Build Date
|
||||
|
|
Loading…
Reference in a new issue