Skip to content

Commit

Permalink
fix: rm tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Nov 13, 2023
1 parent 71e642f commit 09e58d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ jobs:
with:
name: validation_files
- name: untar artifacts
run: ls *.tar.gz | xargs -I{} tar xzvf {}
run: |
ls *.tar.gz | xargs -I{} tar xzvf {}
rm -v *.tar.gz
- name: tree artifacts
run: tree
- name: run test
Expand Down

0 comments on commit 09e58d3

Please sign in to comment.