Skip to content

Commit

Permalink
Change binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Oct 12, 2022
1 parent 6eeb782 commit 14a8dfc
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 @@ -33,5 +33,5 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: "./cmd/"
binary_name: "irodsfs"
binary_name: "gocmd"
ldflags: "-X ${{ env.PKG }}/commons.clientVersion=${{ github.ref_name }} -X ${{ env.PKG }}/commons.gitCommit=${{ github.sha }} -X ${{ env.PKG }}/commons.buildDate=${{ env.BUILD_DATE }}"

0 comments on commit 14a8dfc

Please sign in to comment.