简单修改

This commit is contained in:
johlanse 2022-08-05 17:31:28 +08:00
parent 6c86ef1fe2
commit 9c408720dd
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Build binary file
run: |
export LD_FLAGS="-w -s -X main.VERSION=${env.RELEASE_VERSION}"
export LD_FLAGS="-w -s -X main.VERSION=$env.RELEASE_VERSION"
go mod tidy
go build -o "output/study_xxqg" -trimpath -ldflags "$LD_FLAGS" ./