Upload objects if we are on twilight branch

This commit is contained in:
mauro-balades
2024-09-30 22:50:29 +02:00
parent 73d447eeee
commit e11688d2a3
2 changed files with 29 additions and 2 deletions

View File

@@ -323,7 +323,7 @@ jobs:
needs: [build-data, linux, windows-step-3, check-release, mac, appimage, source]
runs-on: ubuntu-latest
environment:
name: Deploy-Release
name: ${{ github.event.inputs.update_branch == 'alpha' && 'Deploy-Release' || 'Deploy-Twilight' }}
steps:
- uses: actions/checkout@v4