Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jul 3, 2024
2 parents 7231595 + 8d632b2 commit 7c64187
Show file tree
Hide file tree
Showing 28 changed files with 3,318 additions and 880 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -649,9 +649,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Wix
run: dotnet tool install --global wix
run: dotnet tool install --global wix --version 4.0.4
- name: Install Wix UI extensions
run: wix extension add -g WixToolset.UI.wixext
run: wix extension add -g WixToolset.UI.wixext/4.0.4
- name: Install AzureSignTool
run: dotnet tool install --global AzureSignTool
- name: Download x86 Juliaup Windows MSI artifact
Expand Down Expand Up @@ -855,7 +855,7 @@ jobs:
env:
GH_REF: ${{ github.ref }}
- name: Update .SRCINFO and checksum
uses: datakrama/archlinux-package-action@v2
uses: heyhusen/archlinux-package-action@v2
with:
flags: ''
namcap: false
Expand Down
Loading

0 comments on commit 7c64187

Please sign in to comment.