Skip to content

Commit

Permalink
Windows CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 24, 2024
1 parent 4aa222f commit ec2b6cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ jobs:
with:
name: windows64-installer-signed

- name: Download the windows msix
uses: actions/download-artifact@v4
with:
name: windows${{inputs.build-suffix}}-installer-msix
# - name: Download the windows msix
# uses: actions/download-artifact@v4
# with:
# name: windows${{inputs.build-suffix}}-installer-msix

- name: Grant private modules access
run: git config --global url."https://${{ secrets.CI_PRIVATE_REPOS_GH_TOKEN }}:[email protected]/".insteadOf "https://github.com/"
Expand All @@ -142,7 +142,7 @@ jobs:
- name: Rename builds
run: |
diff lantern-installer-x64.exe ${{ env.prefix }}-64-bit.exe || mv -f lantern-installer-x64.exe ${{ env.prefix }}-64-bit.exe
diff lantern-installer-x64.msix ${{ env.prefix }}-64-bit.msix || mv -f lantern-installer-x64.msix ${{ env.prefix }}-64-bit.msix
# diff lantern-installer-x64.msix ${{ env.prefix }}-64-bit.msix || mv -f lantern-installer-x64.msix ${{ env.prefix }}-64-bit.msix
- name: Prepare sha256 sums
run: |
Expand Down
2 changes: 1 addition & 1 deletion windows/packaging/exe/make_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publisher_url: https://github.com/getlantern/lantern-client
executable_name: Lantern.exe
output_base_file_name: Lantern.exe
install_dir_name: "{autopf64}\\Lantern"
#script_template: inno_setup.iss
script_template: inno_setup.iss
#setup_icon_file: ..\windows\runner\resources\app_icon.ico

0 comments on commit ec2b6cd

Please sign in to comment.