Skip to content

Commit

Permalink
ci: fix cache key placeholder in release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Dec 15, 2023
1 parent 7eba2a7 commit cb76a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: jni-cache
with:
path: "app/prebuilt"
key: ${{ matrix.os }}-trime-jni-debug-${{ steps.cache-hash.outputs.hash }}
key: ${{ runner.os }}-trime-jni-debug-${{ steps.cache-hash.outputs.hash }}

- name: Fetch submodules
if: ${{ !steps.jni-cache.outputs.cache-hit }}
Expand Down

0 comments on commit cb76a43

Please sign in to comment.