Skip to content

Commit

Permalink
fix: use github.ref_name instead of environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kklash committed Jun 6, 2023
1 parent 050ed98 commit c39e462
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 @@ -34,7 +34,7 @@ jobs:
goamd64: v1
goversion: "https://dl.google.com/go/go1.20.4.linux-amd64.tar.gz"
project_path: "./cmd/mnemonikey"
asset_name: "mnemonikey-${{ vars.GITHUB_REF_NAME }}-${{ matrix.goos }}-${{ matrix.goarch }}"
asset_name: "mnemonikey-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}"
extra_files: LICENSE README.md
build_flags: "-trimpath -buildvcs=false"
ldflags: "-s -w"
Expand Down

0 comments on commit c39e462

Please sign in to comment.