Skip to content

Commit 67a71c1

Browse files
authored
Update build.yml
1 parent 8bc3144 commit 67a71c1

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,22 @@ 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
74+
#needs: build_windows
75+
needs: prepare
7576
uses: ./.github/workflows/build-linux.yml
7677
with:
7778
version: ${{ needs.prepare.outputs.version }}
7879

7980
release:
8081
needs:
81-
- build_windows
82+
#- build_windows
8283
- build_linux
8384
- prepare
8485
uses: ./.github/workflows/create-release.yml

0 commit comments

Comments
 (0)