Skip to content

Commit

Permalink
Do SHA256SUMS in one step
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Mar 18, 2020
1 parent 7eb257a commit 0bce4f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,11 @@ jobs:
with:
name: binaries

- name: Print checksums of everything
run: sha256sum binaries/* docker-images/*

- name: Create SHA256SUMS file
- name: Create & print SHA256SUMS file
run: |
(cd docker-images; sha256sum *) >> ./SHA256SUMS
(cd binaries; sha256sum *) >> ./SHA256SUMS
cat ./SHA256SUMS
- name: Add variant info to Release desc
if: env.VARIANT != ''
Expand Down

0 comments on commit 0bce4f7

Please sign in to comment.