We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccbbcc commit 2b7209eCopy full SHA for 2b7209e
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
# create linux packages using tar as supposed to zip. tar is more common for linux packages
73
tar -czvf dmt-${{ inputs.release-tag }}-linux-x64.tar.gz linux-x64-package/*
74
tar -czvf dmt-${{ inputs.release-tag }}-linux-arm64.tar.gz linux-arm64-package/*
75
- - name: Create GitHub release
+ - name: Create GitHub release ${{ inputs.release-tag }}
76
uses: softprops/action-gh-release@v1
77
with:
78
tag_name: ${{ inputs.release-tag }}
0 commit comments