Skip to content

Commit

Permalink
Update save-cache and restore-cache actions 11/06/2024 | 24w45a3
Browse files Browse the repository at this point in the history
  • Loading branch information
GamesTrap committed Nov 7, 2024
1 parent 321789d commit 4443960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: env.artifact_hostname != null
id: cache-keys
run: |
echo "Box2D=$(git -C Dependencies/Box2D rev-parse HEAD)_Release" >> "$GITHUB_OUTPUT"
echo "Box2D=$(git -C Dependencies/Box2D rev-parse HEAD)_Linux_Release" >> "$GITHUB_OUTPUT"
- name: Restore Box2D cache (TrappedGames)
env:
artifact_hostname: ${{secrets.ARTIFACT_HOST}}
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
if: env.artifact_hostname != null
id: cache-keys
run: |
echo "Box2D=$(git -C Dependencies/Box2D rev-parse HEAD)_Release" >> "$GITHUB_OUTPUT"
echo "Box2D=$(git -C Dependencies/Box2D rev-parse HEAD)_Windows_Release" >> "$GITHUB_OUTPUT"
- name: Restore Box2D cache (TrappedGames)
env:
artifact_hostname: ${{secrets.ARTIFACT_HOST}}
Expand Down

0 comments on commit 4443960

Please sign in to comment.