Skip to content

Commit 6f0b4bc

Browse files
committed
e
1 parent 21da87d commit 6f0b4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Get version
4646
id: get_version
47-
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
47+
run: chmod 777 dist/${{ env.BUILD_NAME }} && ./dist/${{ env.BUILD_NAME }} --version
4848

4949
- name: Upload Build Artifact
5050
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)