Skip to content

Commit

Permalink
Upgrade the mac app.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jul 4, 2024
1 parent 6f2dca9 commit 7860dd0
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/[email protected].2
uses: learningequality/kolibri-app/.github/workflows/[email protected].3
with:
whl-file-name: ${{ needs.whl.outputs.whl-file-name }}
ref: v0.4.2
ref: v0.4.3
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/[email protected].2
uses: learningequality/kolibri-app/.github/workflows/[email protected].3
with:
whl-file-name: ${{ needs.whl.outputs.whl-file-name }}
release: true
ref: v0.4.2
ref: v0.4.3
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 7860dd0

Please sign in to comment.