Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
syndbg committed Mar 5, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1ce5de4 commit 7970390
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -124,6 +124,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/vaulted-${{ steps.tag.outputs.TAG }}-windows-amd64
asset_name: vaulted-${{ steps.tag.outputs.TAG }}-windows-amd64
asset_path: ./build/vaulted-${{ steps.tag.outputs.TAG }}-windows-amd64.exe
asset_name: vaulted-${{ steps.tag.outputs.TAG }}-windows-amd64.exe
asset_content_type: application/octet-stream
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
coverage.txt
coverage.xml
dist/

0 comments on commit 7970390

Please sign in to comment.