mirror of
https://github.com/nzp-team/quakespasm.git
synced 2025-02-17 17:11:45 +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:
|
steps:
|
||||||
- name: Download VPK Artifact
|
- name: Download VPK Artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
working-directory: ./
|
|
||||||
with:
|
with:
|
||||||
name: vita-nzp-vpk
|
name: vita-nzp-vpk
|
||||||
- name: Download NRO Artifact
|
- name: Download NRO Artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
working-directory: ./
|
|
||||||
with:
|
with:
|
||||||
name: nx-nzp-nro
|
name: nx-nzp-nro
|
||||||
- name: Generate Build Date
|
- name: Generate Build Date
|
||||||
|
|
Loading…
Reference in a new issue