We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21da87d commit 6f0b4bcCopy full SHA for 6f0b4bc
.github/workflows/go.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Get version
46
id: get_version
47
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
+ run: chmod 777 dist/${{ env.BUILD_NAME }} && ./dist/${{ env.BUILD_NAME }} --version
48
49
- name: Upload Build Artifact
50
uses: actions/upload-artifact@v4
0 commit comments