Skip to content

Commit

Permalink
Correct checksum file path...
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Dec 17, 2023
1 parent 710c6a6 commit 0618528
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 @@ -28,7 +28,7 @@ jobs:
- name: Create ZIP Archive
run: pixi run create-archive
- name: Release
run: gh release upload ${{ github.ref_name }} dist/gistim-${{ runner.os }}.zip sha256-checksum-${{ runner.os }}.txt
run: gh release upload ${{ github.ref_name }} dist/gistim-${{ runner.os }}.zip dist/sha256-checksum-${{ runner.os }}.txt
env:
GITHUB_TOKEN: ${{ github.TOKEN }}

0 comments on commit 0618528

Please sign in to comment.