diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2acc5c8..75d5753 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 diff --git a/.gitignore b/.gitignore index 7f64202..4d89fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +build/ coverage.txt coverage.xml dist/