Skip to content

Commit

Permalink
adds cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Apr 9, 2023
1 parent 1cb2595 commit 0f44e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Retrieve Mix Dependencies Cache
uses: actions/[email protected]
id: ${{ mix.target }}-cache
id: ${{ matrix.target }}-cache
with:
path: target
key: ${{ matrix.build }}-${{ matrix.target }}-${{ matrix.os}}-cache-${{ hashFiles('Cargo.lock') }}
Expand Down

0 comments on commit 0f44e2e

Please sign in to comment.