Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
syndbg committed Mar 5, 2020
1 parent 1ce5de4 commit 7970390
Show file tree
Hide file tree
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
Expand Up @@ -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/
Expand Down

0 comments on commit 7970390

Please sign in to comment.