mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-22 03:41:07 +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: |
|
run: |
|
||||||
make -j$(numproc) -f Makefile.vita
|
make -j$(numproc) -f Makefile.vita
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: vita-nzp-vpk
|
name: vita-nzp-vpk
|
||||||
path: ./build/vita/nzp.vpk
|
path: ./build/vita/nzp.vpk
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
needs: [Compile-VPK, Compile-NRO]
|
needs: [Compile-VPK, Compile-NRO]
|
||||||
steps:
|
steps:
|
||||||
- name: Wait for GitHub to keep up..
|
- name: Wait for GitHub to keep up..
|
||||||
run: sleep 30s
|
run: sleep 5s
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|
Loading…
Reference in a new issue