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
f91c9e37
Unverified
Commit
f91c9e37
authored
Aug 19, 2024
by
Daniel Hiltgen
Committed by
GitHub
Aug 19, 2024
Browse files
CI: handle directories during checksum (#6427)
parent
2df6905e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/release.yaml
.github/workflows/release.yaml
+2
-1
No files found.
.github/workflows/release.yaml
View file @
f91c9e37
...
@@ -472,7 +472,8 @@ jobs:
...
@@ -472,7 +472,8 @@ jobs:
merge-multiple
:
true
merge-multiple
:
true
-
run
:
|
-
run
:
|
ls -lh dist/
ls -lh dist/
(cd dist; sha256sum * > sha256sum.txt)
(cd dist; find . -type f | xargs sha256sum > ../sha256sum.txt)
mv sha256sum.txt dist/
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