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 cdabfbd commit 156a307Copy full SHA for 156a307
.github/workflows/release.yml
@@ -148,8 +148,8 @@ jobs:
148
149
- name: Update linux/svtminion.sh sha256sum's
150
run: |
151
- sha256sum linux/svtminion.sh > svtminion.sh.sha256
152
- sha256sum windows/svtminion.ps1 > svtminion.ps1.sha256
+ (cd linux && sha256sum svtminion.sh > svtminion.sh.sha256)
+ (cd windows && sha256sum svtminion.ps1 > svtminion.ps1.sha256)
153
git add svtminion.sh.sha256
154
git add svtminion.ps1.sha256
155
git commit --allow-empty -am "Update sha256 checksums" || git commit --allow-empty -am "Update sha256 checksums"
0 commit comments