Skip to content

Commit 8ec1774

Browse files
committed
remove use of matrix.configuration in Upload executable build step
1 parent 472b493 commit 8ec1774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
echo "artifact=$RUNNER_OS$cfg_suffix" >> $GITHUB_OUTPUT
289289
290290
- name: Upload executable
291-
if: (matrix.configuration == 'Release' || matrix.configuration == 'ReleaseOS') && steps.build.outputs.viewer_app
291+
if: steps.build.outputs.viewer_app
292292
uses: actions/upload-artifact@v4
293293
with:
294294
name: "${{ steps.build.outputs.artifact }}-app"

0 commit comments

Comments
 (0)