Skip to content

Commit 8ce3323

Browse files
authored
CI: Upload ReleaseOS app (#2252)
Upload the built app on ReleaseOS builds. Not sure why we wouldn't want this.
1 parent 3cd1500 commit 8ce3323

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
echo "artifact=$RUNNER_OS$cfg_suffix" >> $GITHUB_OUTPUT
254254
255255
- name: Upload executable
256-
if: matrix.configuration == 'Release' && steps.build.outputs.viewer_app
256+
if: steps.build.outputs.viewer_app
257257
uses: actions/upload-artifact@v4
258258
with:
259259
name: "${{ steps.build.outputs.artifact }}-app"
@@ -264,7 +264,6 @@ jobs:
264264
# artifact for that too.
265265
- name: Upload symbol file
266266
uses: actions/upload-artifact@v4
267-
if: matrix.configuration == 'Release'
268267
with:
269268
name: "${{ steps.build.outputs.artifact }}-symbols"
270269
path: ${{ steps.build.outputs.symbolfile }}

0 commit comments

Comments
 (0)