Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Nov 19, 2023
1 parent f1f63c1 commit 8fc2add
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
SCONS_CACHE: "${{ github.workspace }}/.scons-cache/"
with:
attempt_limit: 3
attempt_delay: 5
attempt_delay: 500
command: |
scons target='${{ matrix.target }}' platform='${{ matrix.platform }}' arch='${{ matrix.arch }}' debug_symbols=no -j2
Expand All @@ -109,5 +109,12 @@ jobs:
run: |
cp '${{ github.workspace }}/README.md' '${{ github.workspace }}/LICENSE.txt' ${{ github.workspace }}/project/addons/terrain_3d/
- name: Upload Artifact
uses: ./.github/actions/upload-artifact
- name: Upload Package
uses: Wandalen/wretry.action@master
with:
action: actions/upload-artifact@v3
attempt_limit: 3
attempt_delay: 500
with: |
name: ${{ github.event.repository.name }}
path: ${{ github.workspace }}/project/

0 comments on commit 8fc2add

Please sign in to comment.