Skip to content

Commit

Permalink
update: don't print results of "Untar artifacts" CI task (#1699)
Browse files Browse the repository at this point in the history
Zelda Hessler authored Sep 2, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 373d866 commit b266e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/download-all-artifacts/action.yml
Original file line number Diff line number Diff line change
@@ -10,4 +10,4 @@ runs:
uses: actions/download-artifact@v3
- name: Untar artifacts
shell: bash
run: find . -maxdepth 2 -iname 'artifacts-*.tar.gz' -print -exec tar vxfz {} \;
run: find . -maxdepth 2 -iname 'artifacts-*.tar.gz' -print -exec tar xfz {} \;

0 comments on commit b266e05

Please sign in to comment.