;ci: release: fix a macos-ism

This commit is contained in:
Simon Michael 2024-06-01 14:35:57 -10:00
parent 5c695ebce2
commit 0c0addde18

View File

@ -120,7 +120,7 @@ jobs:
run: |
cd artifacts
mv */*.tar .
rmdir `find . -type d -depth 1`
rmdir `find . -type d -maxdepth 1`
gzip *.tar
- name: Inspect artifacts