Skip to content

Commit

Permalink
Run the macos release after the testflight mac job
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Apr 6, 2024
1 parent 2bc82ef commit c9239a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/desktop-macos-release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Desktop MacOS Release
on:
push:
tags:
- '*-desktop'
workflow_run:
workflows: ["Desktop MacOS Testflight Release"]
types:
- completed

jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: macos-14
timeout-minutes: 40
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/desktop-macos-testflight-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
p12-file-base64: ${{ secrets.MAC_INSTALLER_DISTRIBUTION_CERTIFICATE }}
p12-password: ${{ secrets.MAC_INSTALLER_DISTRIBUTION_CERTIFICATE_PWD }}

- name: Create Embedded Provision Profile
run: |
echo "$EMBEDDED_PROVISION" > desktopApp/embedded.provisionprofile.b64
Expand Down

0 comments on commit c9239a4

Please sign in to comment.