We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c8264 commit cc331f6Copy full SHA for cc331f6
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
FORMULA=amesh
58
VERSION=${{ env.RELEASE_TAG }}
59
- SHA256=`openssl sha256 ${{ env.RELEASE_FILE }}`
+ SHA256=`openssl sha256 ${{ env.RELEASE_FILE }} | awk '{print $2}'`
60
ZIP_URL="https://github.com/otiai10/amesh/releases/download/${{ env.RELEASE_TAG }}/${{ env.RELEASE_FILE }}"
61
curl -XPOST \
62
-u "otiai10:${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
0 commit comments