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 6c59467 commit 9c24cc3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
32 changes: 0 additions & 32 deletions .github/actions/upload-artifact/action.yml

This file was deleted.

4 changes: 2 additions & 2 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: 500
attempt_delay: 1000
command: |
scons target='${{ matrix.target }}' platform='${{ matrix.platform }}' arch='${{ matrix.arch }}' debug_symbols=no -j2
Expand All @@ -114,7 +114,7 @@ jobs:
with:
action: actions/upload-artifact@v3
attempt_limit: 3
attempt_delay: 500
attempt_delay: 1000
with: |
name: ${{ github.event.repository.name }}
path: ${{ github.workspace }}/project/
1 change: 0 additions & 1 deletion Terrain3D.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
<ItemGroup>
<None Include=".github\actions\base-deps\action.yml" />
<None Include=".github\actions\build-cache\action.yml" />
<None Include=".github\actions\upload-artifact\action.yml" />
<None Include=".github\actions\windows-deps\action.yml" />
<None Include=".github\workflows\android.yml" />
<None Include=".github\workflows\build.yml" />
Expand Down

0 comments on commit 9c24cc3

Please sign in to comment.