Skip to content

Commit

Permalink
Update windows installer for another naming fix. This time for signed…
Browse files Browse the repository at this point in the history
… assets.
  • Loading branch information
rtibbles committed Apr 5, 2024
1 parent e3358a7 commit b6a04cf
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].2
uses: learningequality/kolibri-installer-windows/.github/workflows/[email protected].3
with:
whl-file-name: ${{ needs.whl.outputs.whl-file-name }}
ref: v1.6.2
ref: v1.6.3
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].2
uses: learningequality/kolibri-installer-windows/.github/workflows/[email protected].3
with:
whl-file-name: ${{ needs.whl.outputs.whl-file-name }}
release: true
ref: v1.6.2
ref: v1.6.3
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 b6a04cf

Please sign in to comment.