We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd1500 commit 8ce3323Copy full SHA for 8ce3323
.github/workflows/build.yaml
@@ -253,7 +253,7 @@ jobs:
253
echo "artifact=$RUNNER_OS$cfg_suffix" >> $GITHUB_OUTPUT
254
255
- name: Upload executable
256
- if: matrix.configuration == 'Release' && steps.build.outputs.viewer_app
+ if: steps.build.outputs.viewer_app
257
uses: actions/upload-artifact@v4
258
with:
259
name: "${{ steps.build.outputs.artifact }}-app"
@@ -264,7 +264,6 @@ jobs:
264
# artifact for that too.
265
- name: Upload symbol file
266
267
- if: matrix.configuration == 'Release'
268
269
name: "${{ steps.build.outputs.artifact }}-symbols"
270
path: ${{ steps.build.outputs.symbolfile }}
0 commit comments