mirror of
https://github.com/ollama/ollama.git
synced 2025-04-04 18:12:10 +02:00
CI: handle directories during checksum (#6427)
This commit is contained in:
parent
2df6905ede
commit
f91c9e3709
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -472,7 +472,8 @@ jobs:
|
||||
merge-multiple: true
|
||||
- run: |
|
||||
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
|
||||
- name: Create or update Release
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user