mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-21 19:31:21 +00:00
YML: shorten artificial delay
This commit is contained in:
parent
956074fd66
commit
82473b34da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: |
|
||||
make -j$(numproc) -f Makefile.vita
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: vita-nzp-vpk
|
||||
path: ./build/vita/nzp.vpk
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
needs: [Compile-VPK, Compile-NRO]
|
||||
steps:
|
||||
- name: Wait for GitHub to keep up..
|
||||
run: sleep 30s
|
||||
run: sleep 5s
|
||||
shell: bash
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue