mirror of https://github.com/smithy-lang/smithy-rs
update: don't print results of "Untar artifacts" CI task (#1699)
This commit is contained in:
parent
373d866aa4
commit
b266e05939
|
@ -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 {} \;
|
||||
|
|
Loading…
Reference in New Issue