Skip to content

Commit

Permalink
Uncomment Deploy To TestFlight step
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Oct 17, 2024
1 parent fb75e52 commit 0074d2f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0074d2f

Please sign in to comment.