Skip to content

Commit

Permalink
use correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
janstarke committed Aug 31, 2023
1 parent 835efac commit 7a45684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
asset_content_type: application/zip

- name: Calculate checksums
run: sha256sum ${{ env.FILENAME }}-${{ steps.get_release.outputs.tag_name }}.zip >${{ env.FILENAME }}-${{ steps.get_release.outputs.tag_name }}.sha256sum
run: sha256sum C:\\${{ env.FILENAME }}-${{ steps.get_release.outputs.tag_name }}.zip >${{ env.FILENAME }}-${{ steps.get_release.outputs.tag_name }}.sha256sum

- name: Upload checksum
id: upload-hashfile
Expand Down

0 comments on commit 7a45684

Please sign in to comment.