CI: Upload ReleaseOS app (#2252)

Upload the built app on ReleaseOS builds. Not sure why we wouldn't want this.
master
Signal Linden 2024-08-13 12:12:48 -07:00 committed by GitHub
parent 3cd1500801
commit 8ce3323269
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -253,7 +253,7 @@ jobs:
echo "artifact=$RUNNER_OS$cfg_suffix" >> $GITHUB_OUTPUT
- name: Upload executable
if: matrix.configuration == 'Release' && steps.build.outputs.viewer_app
if: steps.build.outputs.viewer_app
uses: actions/upload-artifact@v4
with:
name: "${{ steps.build.outputs.artifact }}-app"
@ -264,7 +264,6 @@ jobs:
# artifact for that too.
- name: Upload symbol file
uses: actions/upload-artifact@v4
if: matrix.configuration == 'Release'
with:
name: "${{ steps.build.outputs.artifact }}-symbols"
path: ${{ steps.build.outputs.symbolfile }}