Skip to content

Commit

Permalink
Update slsa-goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Mar 2, 2022
1 parent 5d0ad33 commit 7628b78
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/slsa-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,16 @@ jobs:
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with:
name: ${{ needs.build.outputs.go-binary-name }}
- run: |
echo name is ${{ needs.build.outputs.go-binary-name }}
pwd
ls
chmod a+x ./${{ needs.build.outputs.go-binary-name }}
./${{ needs.build.outputs.go-binary-name }} --help
- name: Release
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
${{ needs.build.outputs.go-binary-name }}
${{ needs.build.outputs.go-binary-name }}.intoto.sig
${{ needs.build.outputs.go-binary-name }}.intoto.sig

0 comments on commit 7628b78

Please sign in to comment.