Skip to content

Commit

Permalink
fix: include wincred hash in checksums
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Aug 13, 2024
1 parent 972e97c commit 32099fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,16 @@ jobs:
- name: Download all artifacts
uses: actions/download-artifact@v4
- run: ls -lR
- run: |
pushd ./gptscript-credential-helpers-windows
sha256sum -b gptscript-credential-wincred.exe >> ./checksums.txt
popd
- name: Create Release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: |
./*
artifacts: "./gptscript-credential-helpers/*,./gptscript-credential-helpers-windows/*"
makeLatest: ${{ !contains(github.ref_name, '-rc') }}
generateReleaseNotes: true
prerelease: ${{ contains(github.ref_name, '-rc') }}
Expand Down

0 comments on commit 32099fe

Please sign in to comment.