Skip to content

Commit

Permalink
update ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Sep 19, 2023
1 parent 8f873e3 commit b909964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ jobs:
- name: Setup result cache
uses: actions/cache@v3
with:
path: ${{ env.CACHE_RESULT_DIR }}
# IMPORTANT: path here should be relative to the workspace directory
path: .result
key: result-${{ matrix.bin }}

- name: Check if can use cache
Expand Down

0 comments on commit b909964

Please sign in to comment.