Skip to content

Commit

Permalink
Merge pull request #12128 from rtibbles/fix_mac_signing
Browse files Browse the repository at this point in the history
Updates mac build to latest.
  • Loading branch information
marcellamaki authored May 6, 2024
2 parents f3c787d + 46c2b65 commit 74fd3b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_build_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
dmg:
name: Build DMG file
needs: whl
uses: learningequality/kolibri-app/.github/workflows/build_mac.yml@v0.4.1
uses: learningequality/kolibri-app/.github/workflows/build_mac.yml@v0.4.2
with:
whl-file-name: ${{ needs.whl.outputs.whl-file-name }}
ref: v0.4.1
ref: v0.4.2
deb:
name: Build DEB file
needs: whl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
dmg:
name: Build DMG file
needs: whl
uses: learningequality/kolibri-app/.github/workflows/build_mac.yml@v0.4.1
uses: learningequality/kolibri-app/.github/workflows/build_mac.yml@v0.4.2
with:
whl-file-name: ${{ needs.whl.outputs.whl-file-name }}
release: true
ref: v0.4.1
ref: v0.4.2
secrets:
KOLIBRI_MAC_APP_IDENTITY: ${{ secrets.KOLIBRI_MAC_APP_IDENTITY }}
KOLIBRI_MAC_APP_CERTIFICATE: ${{ secrets.KOLIBRI_MAC_APP_CERTIFICATE }}
Expand Down

0 comments on commit 74fd3b2

Please sign in to comment.