mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-21 19:31:21 +00:00
YML: Artificial delay..
This commit is contained in:
parent
c429c40714
commit
956074fd66
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-and-release.yml
vendored
3
.github/workflows/build-and-release.yml
vendored
|
@ -48,6 +48,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [Compile-VPK, Compile-NRO]
|
||||
steps:
|
||||
- name: Wait for GitHub to keep up..
|
||||
run: sleep 30s
|
||||
shell: bash
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
- name: Generate Build Date
|
||||
|
|
Loading…
Reference in a new issue