mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
Try to fix WiX for Windows MSI builds
This commit is contained in:
parent
c2811c0cdc
commit
2831d73f73
2 changed files with 12 additions and 17 deletions
3
.github/workflows/pkg.yml
vendored
3
.github/workflows/pkg.yml
vendored
|
@ -89,6 +89,9 @@ jobs:
|
|||
with:
|
||||
go-version: "stable"
|
||||
|
||||
- name: Setup .NET Core SDK
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
- name: Build package
|
||||
run: sh contrib/msi/build-msi.sh ${{ matrix.pkgarch }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue