mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
ci: fix checksums file
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
8d12042f39
commit
0ec04058cd
2 changed files with 7 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -195,6 +195,12 @@ jobs:
|
|||
with:
|
||||
name: compose
|
||||
path: ${{ env.DESTDIR }}
|
||||
-
|
||||
name: Create checksums
|
||||
working-directory: ${{ env.DESTDIR }}
|
||||
run: |
|
||||
find . -type f -print0 | sort -z | xargs -r0 shasum -a 256 -b | sed 's# .*/# #' > checksums.txt
|
||||
shasum -a 256 -U -c checksums.txt
|
||||
-
|
||||
name: License
|
||||
run: cp packaging/* ${{ env.DESTDIR }}/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue