Skip to content

Commit

Permalink
branch names builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Sep 4, 2022
1 parent cccaa6e commit 91d3f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Build release
run: |
GOARCH=arm64 make bin;
GOARCH=amd64 make bin;
BRANCH=$GITHUB_REF_NAME GOARCH=arm64 make bin;
BRANCH=$GITHUB_REF_NAME GOARCH=amd64 make bin;
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 91d3f44

Please sign in to comment.