Unverified Commit 19e5a890 authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

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

parent f91c9e37
......@@ -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: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment