Skip to content

Commit

Permalink
ci: fix shasum
Browse files Browse the repository at this point in the history
  • Loading branch information
Benricheson101 committed Mar 2, 2023
1 parent 3f897c7 commit 7645ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
run: |
pushd target/${{matrix.target}}/release
tar czf ../../../${{matrix.name}} fluent-types
shasum -a 256 ${{matrix.name}} | cut -d ' ' -f1 > ${{matrix.name}}.sha256.txt
popd
shasum -a 256 ${{matrix.name}} | cut -d ' ' -f1 > ${{matrix.name}}.sha256.txt
- name: 'Create Draft Release'
uses: 'softprops/action-gh-release@v1'
Expand Down

0 comments on commit 7645ddc

Please sign in to comment.