Skip to content

Commit

Permalink
YML: shorten artificial delay
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Dec 27, 2023
1 parent 956074f commit 82473b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 82473b3

Please sign in to comment.