CI: remove directories from dist dir before upload step (#6429)

This commit is contained in:
Daniel Hiltgen 2024-08-19 15:19:21 -07:00 committed by GitHub
parent f91c9e3709
commit 19e5a890f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -474,6 +474,7 @@ jobs:
ls -lh dist/
(cd dist; find . -type f | xargs sha256sum > ../sha256sum.txt)
mv sha256sum.txt dist/
mv dist/linux-???64 .
cat dist/sha256sum.txt
- name: Create or update Release
run: |