We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f23089 + f000bb6 commit f8df0dfCopy full SHA for f8df0df
.github/workflows/release.yml
@@ -110,7 +110,7 @@ jobs:
110
cat "${INSTALLER}/wix.sh" | docker run --rm -i -e VERSION -v "${INSTALLER}:/wix" ${WIXIMG} /bin/sh
111
112
- name: Upload the asset to the release
113
- uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # v0.2.0.3.2.0.35 / v2.0.3
+ uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v0.2.0.4.2.0.45 / v2.0.4
114
with:
115
tag_name: ${{ env.VER_TAG }}
116
files: ${{ env.INSTALLER }}/out/*.msi
0 commit comments