Skip to content

Commit 9003c37

Browse files
Dmnk FreemountainerDmnk Freemountainer
Dmnk Freemountainer
authored and
Dmnk Freemountainer
committed
trigger ci 7
1 parent 37707e2 commit 9003c37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ build_script:
88
- bash -lc "cd tools && mingw32-make bootstrap && cd .."
99
- bash -lc "mkdir build && cd build && qmake .. && mingw32-make && ../tools/deploy_win.sh release/quark.exe"
1010
- bash -lc "cd build && mv release quark && rm -rf quark/*.o quark/*.cpp && 7z a quark-windows-x86.zip quark && ls && echo $APPVEYOR_BUILD_FOLDER"
11-
- dir
11+
- dir
12+
artifacts:
13+
- path: build/release/quark-windows-x86.zip
14+
name: quark-windows-x86
1215
deploy:
1316
release: untagged-v$(appveyor_repo_commit)
1417
provider: GitHub
1518
auth_token:
1619
secure: u5Kpbjsb3snNA8/9K8ETWWSl8lYVPZTvXX+FlGAKTXFazOqsNAxPgk1pceOyev+S
17-
artifact: build/release/quark-windows-x86.zip
1820
draft: false
1921
force_update: false
2022
prerelease: false

0 commit comments

Comments
 (0)