Skip to content

Commit d7f4e9e

Browse files
committed
Activate Windows build
1 parent 77a38cc commit d7f4e9e

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,21 @@ jobs:
6464
git push origin "$tag"
6565
fi
6666
67-
# build_windows:
68-
# needs: prepare
69-
# uses: ./.github/workflows/build-window.yml
70-
# with:
71-
# version: ${{ needs.prepare.outputs.version }}
67+
build_windows:
68+
needs: prepare
69+
uses: ./.github/workflows/build-window.yml
70+
with:
71+
version: ${{ needs.prepare.outputs.version }}
7272

7373
build_linux:
74-
#needs: build_windows
75-
needs: prepare
74+
needs: build_windows
7675
uses: ./.github/workflows/build-linux.yml
7776
with:
7877
version: ${{ needs.prepare.outputs.version }}
7978

8079
release:
8180
needs:
82-
#- build_windows
81+
- build_windows
8382
- build_linux
8483
- prepare
8584
uses: ./.github/workflows/create-release.yml

0 commit comments

Comments
 (0)