Skip to content

Commit 7f36cba

Browse files
committed
Update release.yml
1 parent b54d6fd commit 7f36cba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
- name: Build
7070
run: cmake --build --preset ${{ matrix.config.preset }}-release
7171

72+
- name: Checking that HDRView runs
73+
run: |
74+
"${{github.workspace}}/build/${{ matrix.config.preset }}/${{env.BUILD_TYPE}}/HDRView.app/Contents/MacOS/HDRView" --help
75+
7276
- name: Package with CPack
7377
working-directory: ${{github.workspace}}/build/${{ matrix.config.preset }}
7478
run: cpack -C ${{env.BUILD_TYPE}} -G DragNDrop
7579

76-
- name: Checking that HDRView runs
77-
run: |
78-
"${{github.workspace}}/build/${{ matrix.config.preset }}/install/HDRView ${VERSION_NO_V}.app/Contents/MacOS/HDRView" --help
79-
8080
- name: Archive build artifacts
8181
uses: actions/upload-artifact@v4
8282
with:

0 commit comments

Comments
 (0)