Update pkg.yml

This commit is contained in:
Alexander Ivanov 2024-02-24 22:38:50 +08:00 committed by GitHub
parent 2c20a04369
commit 4050b17fb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}