Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
gek64 authored Dec 8, 2023
1 parent 76a0617 commit 6285213
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
go build -o "${{ github.workspace }}/gobd_runner.exe"
cd ${{ github.workspace }}
powershell -Command echo "VERSION=$(go run . -v)" >> $GITHUB_ENV
go mod tidy
${{ github.workspace }}/gobd_runner.exe -os windows -d bin -no_debug -no_cgo
Expand All @@ -67,7 +64,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "bin/*"
tag: ${{ env.VERSION }}
tag: 'latest'
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true
removeArtifacts: true
Expand Down

0 comments on commit 6285213

Please sign in to comment.