Skip to content

Commit

Permalink
fix vesion numver variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborkolarovics committed Jul 24, 2023
1 parent 8acf7fe commit e70b6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
goarch: ${{ matrix.goarch }}
binary_name: hsplit
build_flags: -v
ldflags: -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.date=${{ env.BUILD_TIME }}" -X main.commit=${{ github.sha }}
ldflags: -X "main.version=${{ env.APP_VERSION }}" -X "main.date=${{ env.BUILD_TIME }}" -X main.commit=${{ github.sha }}

0 comments on commit e70b6b3

Please sign in to comment.