Skip to content

Commit

Permalink
Fix release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
natenho authored Feb 28, 2023
1 parent 6380e32 commit b5ede75
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*

0 comments on commit b5ede75

Please sign in to comment.