From 7970390aab4581c255623855ab4512042bffec46 Mon Sep 17 00:00:00 2001 From: Anton Antonov Date: Thu, 5 Mar 2020 19:40:05 +0200 Subject: [PATCH] Fix release pipeline --- .github/workflows/go.yml | 4 ++-- .gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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/