Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy authored Apr 27, 2020
1 parent 03b59bf commit a15fad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
sha256sum bin/vermin-${{ steps.get_version.outputs.VERSION }}.darwin.tar.gz > bin/vermin-${{ steps.get_version.outputs.VERSION }}.darwin.tar.gz.sha256sum
- uses: actions/upload-artifact@master
if: startsWith(github.ref, 'refs/tags/')
with:
name: my-artifacts
path: bin
Expand Down

0 comments on commit a15fad4

Please sign in to comment.