Skip to content

Commit

Permalink
Fix sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Jun 1, 2021
1 parent 03c8264 commit cc331f6
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 @@ -56,7 +56,7 @@ jobs:
run: |
FORMULA=amesh
VERSION=${{ env.RELEASE_TAG }}
SHA256=`openssl sha256 ${{ env.RELEASE_FILE }}`
SHA256=`openssl sha256 ${{ env.RELEASE_FILE }} | awk '{print $2}'`
ZIP_URL="https://github.com/otiai10/amesh/releases/download/${{ env.RELEASE_TAG }}/${{ env.RELEASE_FILE }}"
curl -XPOST \
-u "otiai10:${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
Expand Down

0 comments on commit cc331f6

Please sign in to comment.