Skip to content

Commit 106bfd1

Browse files
committed
Inlucde filename in shasum file
1 parent 78ccd83 commit 106bfd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ jobs:
163163
164164
- name: Update bootstrap-salt.sh sha256sum's
165165
run: |
166-
sha256sum bootstrap-salt.sh | awk '{ print $1 }' > bootstrap-salt.sh.sha256
167-
sha256sum bootstrap-salt.ps1 | awk '{ print $1 }' > bootstrap-salt.ps1.sha256
166+
sha256sum bootstrap-salt.sh > bootstrap-salt.sh.sha256
167+
sha256sum bootstrap-salt.ps1 > bootstrap-salt.ps1.sha256
168168
git commit -a -m "Update sha256 checksums" || git commit -a -m "Update sha256 checksums"
169169
170170
- name: Push Changes

0 commit comments

Comments
 (0)