X Tutup
Skip to content

Commit e3cbd66

Browse files
artifacts for 386
1 parent e1a5f3a commit e3cbd66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ build:windows:386:
2727
script:
2828
- export CI_ARCH=386
2929
- scripts/ci-build.sh
30+
artifacts:
31+
paths:
32+
- binaries
3033

3134
build:windows:amd64:
3235
stage: build
@@ -48,6 +51,3 @@ deploy:
4851
dependencies:
4952
- :build:windows:386
5053
- :build:windows:amd64
51-
artifacts:
52-
paths:
53-
- binaries

0 commit comments

Comments
 (0)
X Tutup