Skip to content

Commit

Permalink
Use the correct action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Aug 8, 2023
1 parent 0899302 commit 6298d95
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 @@ -67,7 +67,7 @@ jobs:
# - name: Extract source
# run: tar --extract --verbose --file source.tar .
- name: Restore source cache
uses: actions/cache/save@v3
uses: actions/cache/restore@v3
with:
path: .
key: source
Expand Down

0 comments on commit 6298d95

Please sign in to comment.