Skip to content

Commit 694f830

Browse files
committed
[Tizen] CI host artifact builds for Windows x64
1 parent 89be18d commit 694f830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148

149149
strategy:
150150
matrix:
151-
arch: [arm, arm64]
151+
arch: [arm, arm64, x64]
152152
mode: [release, profile]
153153

154154
steps:
@@ -326,7 +326,7 @@ jobs:
326326
if-no-files-found: error
327327

328328
release:
329-
needs: [build, macos-build, macos-intel-build]
329+
needs: [build, windows-build, macos-build, macos-intel-build]
330330
if: ${{ github.event_name == 'push' }}
331331
runs-on: ubuntu-latest
332332

0 commit comments

Comments
 (0)