update: don't print results of "Untar artifacts" CI task (#1699)

This commit is contained in:
Zelda Hessler 2022-09-02 16:13:34 -05:00 committed by GitHub
parent 373d866aa4
commit b266e05939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {} \;