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 156a307 commit ebdc398Copy full SHA for ebdc398
.github/workflows/release.yml
@@ -148,8 +148,8 @@ jobs:
148
149
- name: Update linux/svtminion.sh sha256sum's
150
run: |
151
- (cd linux && sha256sum svtminion.sh > svtminion.sh.sha256)
152
- (cd windows && sha256sum 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