From b5ede7570695d1cefafa92007bbd238c67d454f2 Mon Sep 17 00:00:00 2001 From: Renato Lima <4236481+natenho@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:53:17 -0300 Subject: [PATCH] Fix release artifacts --- .github/workflows/go.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 93e0464..6e0c356 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,17 +39,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag: ${{ steps.tag_release.outputs.new_tag }} - name: Release ${{ steps.tag_release.outputs.new_tag }} + name: ${{ steps.tag_release.outputs.new_tag }} body: ${{ steps.tag_release.outputs.changelog }} - - - name: Upload Windows Binary - uses: actions/upload-artifact@v3 - with: - name: go-jira-migrate-windows-amd64 - path: go-jira-migrate.exe - - - name: Upload Linux Binary - uses: actions/upload-artifact@v3 - with: - name: go-jira-migrate-linux-amd64 - path: go-jira-migrate + artifacts: go-jira-migrate*