Skip to content

Commit ebdc398

Browse files
committed
Make sure the shafiles are in the current dir
1 parent 156a307 commit ebdc398

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
@@ -148,8 +148,8 @@ jobs:
148148
149149
- name: Update linux/svtminion.sh sha256sum's
150150
run: |
151-
(cd linux && sha256sum svtminion.sh > svtminion.sh.sha256)
152-
(cd windows && sha256sum svtminion.ps1 > svtminion.ps1.sha256)
151+
(cd linux && sha256sum svtminion.sh > ../svtminion.sh.sha256)
152+
(cd windows && sha256sum svtminion.ps1 > ../svtminion.ps1.sha256)
153153
git add svtminion.sh.sha256
154154
git add svtminion.ps1.sha256
155155
git commit --allow-empty -am "Update sha256 checksums" || git commit --allow-empty -am "Update sha256 checksums"

0 commit comments

Comments
 (0)