"vscode:/vscode.git/clone" did not exist on "eb8e8dc84fa6b3e3174bfdc82b19035a624f7c3d"
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