Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
19e5a890
Unverified
Commit
19e5a890
authored
Aug 19, 2024
by
Daniel Hiltgen
Committed by
GitHub
Aug 19, 2024
Browse files
CI: remove directories from dist dir before upload step (#6429)
parent
f91c9e37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/workflows/release.yaml
.github/workflows/release.yaml
+1
-0
No files found.
.github/workflows/release.yaml
View file @
19e5a890
...
@@ -474,6 +474,7 @@ jobs:
...
@@ -474,6 +474,7 @@ jobs:
ls -lh dist/
ls -lh dist/
(cd dist; find . -type f | xargs sha256sum > ../sha256sum.txt)
(cd dist; find . -type f | xargs sha256sum > ../sha256sum.txt)
mv sha256sum.txt dist/
mv sha256sum.txt dist/
mv dist/linux-???64 .
cat dist/sha256sum.txt
cat dist/sha256sum.txt
-
name
:
Create or update Release
-
name
:
Create or update Release
run
:
|
run
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment