Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
add sha256sum to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetiana Kravchenko committed May 4, 2021
1 parent 63e7331 commit 7a1081b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,15 @@ jobs:
go-version: 1.16
- name: build
run: make build
- name: add sha256 checksum
run: sha256sum "./mongodbatlas_exporter" > "./mongodbatlas_exporter.sha256.txt"
- name: Upload files
uses: AButler/[email protected]
with:
files: './mongodbatlas_exporter'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload files
uses: AButler/[email protected]
with:
files: './mongodbatlas_exporter.sha256.txt'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7a1081b

Please sign in to comment.