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 66a12c0 commit 614238aCopy full SHA for 614238a
.github/workflows/build.yml
@@ -100,11 +100,13 @@ jobs:
100
cd ..
101
git_version=$(git describe --always)
102
echo "releaseName=version ${mexlibczi_version} (${git_version})" >> "$GITHUB_ENV"
103
+ echo "tagName=v${mexlibczi_version}" >> "$GITHUB_ENV"
104
105
- name: Release
106
uses: softprops/action-gh-release@v2
107
with:
108
name: ${{ env.releaseName }}
109
+ tag_name: ${{ env.tagName }}
110
files: |
111
./artifacts/${{ needs.build.outputs.linuxx64_artifact }}/MEXlibCZI.mexa64
112
./artifacts/${{ needs.build.outputs.windowsx64_artifact }}/MEXlibCZI.mexw64
0 commit comments