We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d4e4d commit df9a58eCopy full SHA for df9a58e
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Release
88
uses: softprops/action-gh-release@v2
89
with:
90
- files: "${{github.workspace}}/build/${{ matrix.config.preset }}/HDRView-${{ env.VERSION }}-${{ matrix.config.arch }}.dmg"
+ files: "${{github.workspace}}/build/${{ matrix.config.preset }}/HDRView-${{ env.VERSION_NO_V }}-${{ matrix.config.arch }}.dmg"
91
env:
92
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93
0 commit comments