Skip to content

Commit

Permalink
fix(linux-checksum): checksum path updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbcn committed Feb 24, 2022
1 parent 717c1bb commit 1a6411f
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 @@ -20,7 +20,7 @@ jobs:
run: sha512sum tl.exe | cut -d " " -f 1 > checksum
working-directory: /home/runner/work/tasklist/tasklist/target/x86_64-pc-windows-gnu/release/
- name: Hash
run: sha512sum tl | cut -d " " -f 1 > checksum
run: sha512sum tl | cut -d " " -f 1 > tl.checksum
working-directory: /home/runner/work/tasklist/tasklist/target/release/
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
Expand Down

0 comments on commit 1a6411f

Please sign in to comment.