Skip to content

Commit 980af3c

Browse files
committed
v1.9.1
1 parent 0e61306 commit 980af3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ jobs:
236236
- name: Build
237237
run: |
238238
VERSION_TAG=${GITHUB_REF_NAME#v}
239-
set CGO_ENABLED=1
240-
go build -o runtime/dpanel.exe -ldflags '-X main.DPanelVersion=${VERSION_TAG} -s -w'
239+
CGO_ENABLED=1 go build -o runtime/dpanel.exe -ldflags "-X main.DPanelVersion=$VERSION_TAG -s -w"
240+
shell: bash
241241
- name: upload artifact
242242
uses: softprops/action-gh-release@v2
243243
with:

0 commit comments

Comments
 (0)