We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54560e4 commit 0f66dfdCopy full SHA for 0f66dfd
1 file changed
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- runs-on: ubuntu-latest
+ runs-on: windows-latest
11
12
steps:
13
- name: Checkout code
@@ -18,9 +18,13 @@ jobs:
18
with:
19
go-version: '1.22'
20
21
- - name: Run build script
+ - name: Install make
22
+ run: choco install make
23
+ shell: pwsh
24
+
25
+ - name: Build release
26
+ run: make release
27
shell: pwsh
- run: scripts/build.ps1
28
29
- name: Upload Release Artifacts
30
uses: softprops/action-gh-release@v2
0 commit comments