Skip to content

Commit

Permalink
build v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Mar 31, 2024
1 parent 47d60e2 commit 1824f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
GOOS: windows
GOARCH: amd64
TARGET: windows-amd64
RELEASE_TAG: v0.3.2
RELEASE_TAG: v0.3.1

runs-on: windows-latest

Expand All @@ -52,6 +52,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: bin/ergo.exe
asset_name: ergo-${{ env.TARGET }}.exe
asset_name: ergo.exe
tag: ${{ env.RELEASE_TAG }}
overwrite: true

0 comments on commit 1824f40

Please sign in to comment.