Linux builds on stable (#13744)

Release Notes:

- First beta version of Linux
This commit is contained in:
Conrad Irwin 2024-07-03 10:31:14 -06:00 committed by GitHub
parent 2f05f5bc5c
commit f024fcff3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -402,7 +402,7 @@ jobs:
- name: Upload app bundle to release
uses: softprops/action-gh-release@v1
if: ${{ env.RELEASE_CHANNEL == 'preview' }}
if: ${{ env.RELEASE_CHANNEL == 'preview' || env.RELEASE_CHANNEL == 'stable' }}
with:
draft: true
prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}