Skip to content

Commit

Permalink
chore(ci): compute checksum in powershell on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael DEMACON <ndemacon@scaleway.com>
  • Loading branch information
quantumsheep committed Feb 22, 2024
1 parent 3a07f91 commit 853eb92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- name: Compute checksums
run: Get-FileHash -Algorithm SHA256 -Path "target/${{ matrix.target.rust-target }}/release/sshs${{ steps.set_extension.outputs.extension }}" | Out-File -FilePath "target/${{ matrix.target.rust-target }}/release/sshs${{ steps.set_extension.outputs.extension }}.sha256"
if: ${{ matrix.target.os == 'windows' }}
shell: pwsh

- uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 853eb92

Please sign in to comment.