Skip to content

Commit

Permalink
release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Mar 31, 2024
1 parent 983261a commit b0a8d92
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 @@ -45,9 +45,9 @@ jobs:

- name: Create artifacts for linux
run: |
go build -ldflags "-w -s -X main.VERSION=$(appveyor_repo_tag_name)" -o bin/ergo.exe
go build -ldflags "-w -s -X main.VERSION=$RELEASE_TAG" -o bin/ergo.exe
choco install 7zip
7z a -tzip bin/ergo-$(appveyor_repo_tag_name)-win.zip bin/ergo.exe
7z a -tzip bin/ergo-$RELEASE_TAG-win.zip bin/ergo.exe
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit b0a8d92

Please sign in to comment.