Skip to content

Commit

Permalink
cli p202
Browse files Browse the repository at this point in the history
  • Loading branch information
akalitenya committed Dec 28, 2022
1 parent 43ab2bd commit f5675c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-mprove-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@ jobs:
file-url: https://github.com/mprove-io/mprove-files/releases/download/t-${{ env.SHA_SHORT }}/mprove-cli-windows-${{ github.sha }}.exe
- run: mv mprove-cli-windows-${{ github.sha }}.exe mprove-cli-windows-${{ github.ref_name }}.exe

- name: Compute checksums
run: |
sha256sum mprove-cli-linux-${{ github.ref_name }}.tgz >> checksums.md
sha256sum mprove-cli-macos-${{ github.ref_name }}.tgz >> checksums.md
sha256sum mprove-cli-windows-${{ github.ref_name }}.exe >> checksums.md
- uses: softprops/action-gh-release@v1
with:
repository: mprove-io/mprove-files
token: ${{ secrets.MPROVE_FILES_GITHUB_TOKEN }}
body_path: checksums.md
files: |
mprove-cli-linux-${{ github.ref_name }}.tgz
mprove-cli-macos-${{ github.ref_name }}.tgz
Expand Down

0 comments on commit f5675c8

Please sign in to comment.