diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index 19a463b1659..5022184bd05 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -1031,22 +1031,22 @@ jobs: path: apps/desktop/dist/mas-universal/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.pkg if-no-files-found: error - # - name: Deploy to TestFlight - # id: testflight-deploy - # if: | - # (github.ref == 'refs/heads/main' - # || github.ref == 'refs/heads/rc' - # || github.ref == 'refs/heads/hotfix-rc-desktop') - # env: - # APP_STORE_CONNECT_TEAM_ISSUER: ${{ secrets.APP_STORE_CONNECT_TEAM_ISSUER }} - # APP_STORE_CONNECT_AUTH_KEY: 6TV9MKN3GP - # run: | - # xcrun altool \ - # --upload-app \ - # --type macos \ - # --file "$(find ./dist/mas-universal/Bitwarden*.pkg)" \ - # --apiKey $APP_STORE_CONNECT_AUTH_KEY \ - # --apiIssuer $APP_STORE_CONNECT_TEAM_ISSUER + - name: Deploy to TestFlight + id: testflight-deploy + if: | + (github.ref == 'refs/heads/main' + || github.ref == 'refs/heads/rc' + || github.ref == 'refs/heads/hotfix-rc-desktop') + env: + APP_STORE_CONNECT_TEAM_ISSUER: ${{ secrets.APP_STORE_CONNECT_TEAM_ISSUER }} + APP_STORE_CONNECT_AUTH_KEY: 6TV9MKN3GP + run: | + xcrun altool \ + --upload-app \ + --type macos \ + --file "$(find ./dist/mas-universal/Bitwarden*.pkg)" \ + --apiKey $APP_STORE_CONNECT_AUTH_KEY \ + --apiIssuer $APP_STORE_CONNECT_TEAM_ISSUER - name: Post message to a Slack channel id: slack-message