Skip to content

Commit df9a58e

Browse files
committed
Update release.yml
1 parent 32d4e4d commit df9a58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Release
8888
uses: softprops/action-gh-release@v2
8989
with:
90-
files: "${{github.workspace}}/build/${{ matrix.config.preset }}/HDRView-${{ env.VERSION }}-${{ matrix.config.arch }}.dmg"
90+
files: "${{github.workspace}}/build/${{ matrix.config.preset }}/HDRView-${{ env.VERSION_NO_V }}-${{ matrix.config.arch }}.dmg"
9191
env:
9292
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9393

0 commit comments

Comments
 (0)