YML: shorten artificial delay

This commit is contained in:
cypress 2023-12-27 16:53:46 -05:00
parent 956074fd66
commit 82473b34da

View file

@ -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