Skip to content

Commit

Permalink
fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Nov 29, 2024
1 parent 485912e commit fbaaa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
Compress-Archive -Path "./target/${{ matrix.target }}/release/fixit.exe" "$env:ARCHIVE_NAME.zip"
(Get-FileHash "$env:ARCHIVE_NAME.zip" -Algorithm SHA256).Hash.ToLower() | Out-File -NoNewline -FilePath $env:ARCHIVE_NAME.sha256
(Get-FileHash "$env:ARCHIVE_NAME.zip" -Algorithm SHA256).Hash.ToLower() | Out-File -NoNewline -File "$env:ARCHIVE_NAME.sha256"
gh release upload ${{ github.ref_name }} "$env:ARCHIVE_NAME.zip"
gh release upload ${{ github.ref_name }} "$env:ARCHIVE_NAME.sha256"
Expand Down

0 comments on commit fbaaa4f

Please sign in to comment.