Skip to content

Commit

Permalink
ci: remove cache/ from tar file list
Browse files Browse the repository at this point in the history
This is taken care of by the individual cache items and
if none exist, tar fails.
  • Loading branch information
jprestwo committed Sep 14, 2022
1 parent 2fac9eb commit b28181b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

- name: Tar files
run: |
FILES="iwd ell cibase iwd-ci cache"
FILES="iwd ell cibase iwd-ci"
if [ "${{ steps.cache-uml-kernel.outputs.cache-hit }}" == 'true' ]
then
Expand Down

0 comments on commit b28181b

Please sign in to comment.