Skip to content

Commit

Permalink
Fixed Incorrect Hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRetro2033 committed Dec 24, 2024
1 parent f88306b commit 808ed1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/cache/save@v4
with:
path: build/releases/${{ matrix.platform }}/lib
key: ${{ runner.os}}-libs-${{ hashFiles('./src/') }}
key: ${{steps.libraries-restore.outputs.cache-primary-key}}
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 808ed1d

Please sign in to comment.