mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Update pkg.yml
This commit is contained in:
parent
2c20a04369
commit
4050b17fb4
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pkg.yml
vendored
5
.github/workflows/pkg.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
||||||
|
|
||||||
name: Package (Windows, ${{ matrix.pkgarch }})
|
name: Package (Windows, ${{ matrix.pkgarch }})
|
||||||
|
|
||||||
runs-on: windows-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
@ -89,6 +89,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: "1.20"
|
go-version: "1.20"
|
||||||
|
|
||||||
|
- name: Set up msitools
|
||||||
|
run: apt-get install msitools --yes
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: sh contrib/msi/build-msi.sh ${{ matrix.pkgarch }}
|
run: sh contrib/msi/build-msi.sh ${{ matrix.pkgarch }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue