Skip to content

Commit

Permalink
Merge pull request #12055 from rtibbles/update_windows_installer
Browse files Browse the repository at this point in the history
Update windows installer version for asset naming fix.
  • Loading branch information
rtibbles authored Apr 5, 2024
2 parents a54107c + c5beb6d commit e3358a7
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 @@ -48,10 +48,10 @@ jobs:
exe:
name: Build EXE file
needs: whl
uses: learningequality/kolibri-installer-windows/.github/workflows/[email protected].1
uses: learningequality/kolibri-installer-windows/.github/workflows/[email protected].2
with:
whl-file-name: ${{ needs.whl.outputs.whl-file-name }}
ref: v1.6.1
ref: v1.6.2
apk:
name: Build APK 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 @@ -69,11 +69,11 @@ jobs:
exe:
name: Build EXE file
needs: whl
uses: learningequality/kolibri-installer-windows/.github/workflows/[email protected].1
uses: learningequality/kolibri-installer-windows/.github/workflows/[email protected].2
with:
whl-file-name: ${{ needs.whl.outputs.whl-file-name }}
release: true
ref: v1.6.1
ref: v1.6.2
secrets:
KOLIBRI_WINDOWS_INSTALLER_CERTIFICATE: ${{ secrets.KOLIBRI_WINDOWS_INSTALLER_CERTIFICATE }}
KOLIBRI_WINDOWS_INSTALLER_CERTIFICATE_PASSWORD: ${{ secrets.KOLIBRI_WINDOWS_INSTALLER_CERTIFICATE_PASSWORD }}
Expand Down

0 comments on commit e3358a7

Please sign in to comment.