We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e61306 commit 980af3cCopy full SHA for 980af3c
.github/workflows/release.yml
@@ -236,8 +236,8 @@ jobs:
236
- name: Build
237
run: |
238
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'
+ CGO_ENABLED=1 go build -o runtime/dpanel.exe -ldflags "-X main.DPanelVersion=$VERSION_TAG -s -w"
+ shell: bash
241
- name: upload artifact
242
uses: softprops/action-gh-release@v2
243
with:
0 commit comments