Skip to content

Commit 3ab839e

Browse files
committed
fix: use correct checksums file for wincred
1 parent 32099fe commit 3ab839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- run: ls -lR
115115
- run: |
116116
pushd ./gptscript-credential-helpers-windows
117-
sha256sum -b gptscript-credential-wincred.exe >> ./checksums.txt
117+
sha256sum -b gptscript-credential-wincred.exe >> ../gptscript-credential-helpers/checksums.txt
118118
popd
119119
- name: Create Release
120120
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)