Skip to content

Commit 0f66dfd

Browse files
committed
chore: update github release workflow use make
1 parent 54560e4 commit 0f66dfd

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: windows-latest
1111

1212
steps:
1313
- name: Checkout code
@@ -18,9 +18,13 @@ jobs:
1818
with:
1919
go-version: '1.22'
2020

21-
- name: Run build script
21+
- name: Install make
22+
run: choco install make
23+
shell: pwsh
24+
25+
- name: Build release
26+
run: make release
2227
shell: pwsh
23-
run: scripts/build.ps1
2428

2529
- name: Upload Release Artifacts
2630
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)