Skip to content

Commit

Permalink
Also add checksums to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Mar 24, 2020
1 parent a222f56 commit 950c0e6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,30 @@ jobs:
asset_path: result/metalctl-darwin-amd64
asset_name: metalctl-darwin-amd64
asset_content_type: application/octet-stream
- name: Upload Release Asset
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: result/metalctl-linux-amd64.md5
asset_name: metalctl-linux-amd64.md5
asset_content_type: application/octet-stream
- name: Upload Release Asset
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: result/metalctl-windows-amd64.md5
asset_name: metalctl-windows-amd64.md5
asset_content_type: application/octet-stream
- name: Upload Release Asset
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: result/metalctl-darwin-amd64.md5
asset_name: metalctl-darwin-amd64.md5
asset_content_type: application/octet-stream

0 comments on commit 950c0e6

Please sign in to comment.