Skip to content

Commit 8832509

Browse files
committed
add different build procedure for win (as in test.yml)
1 parent 2afd35d commit 8832509

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454

5555
- name: Build the Agent
5656
run: task build
57+
if: matrix.operating-system != 'windows-latest'
58+
59+
- name: Build the Agent for win
60+
run: task build-win
61+
if: matrix.operating-system == 'windows-latest'
5762

5863
- name: Upload artifacts
5964
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)