We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ccd83 commit 106bfd1Copy full SHA for 106bfd1
.github/workflows/release.yml
@@ -163,8 +163,8 @@ jobs:
163
164
- name: Update bootstrap-salt.sh sha256sum's
165
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
+ sha256sum bootstrap-salt.sh > bootstrap-salt.sh.sha256
+ sha256sum bootstrap-salt.ps1 > bootstrap-salt.ps1.sha256
168
git commit -a -m "Update sha256 checksums" || git commit -a -m "Update sha256 checksums"
169
170
- name: Push Changes
0 commit comments