We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37707e2 commit 9003c37Copy full SHA for 9003c37
appveyor.yml
@@ -8,13 +8,15 @@ build_script:
8
- bash -lc "cd tools && mingw32-make bootstrap && cd .."
9
- bash -lc "mkdir build && cd build && qmake .. && mingw32-make && ../tools/deploy_win.sh release/quark.exe"
10
- 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
+ - dir
12
+artifacts:
13
+ - path: build/release/quark-windows-x86.zip
14
+ name: quark-windows-x86
15
deploy:
16
release: untagged-v$(appveyor_repo_commit)
17
provider: GitHub
18
auth_token:
19
secure: u5Kpbjsb3snNA8/9K8ETWWSl8lYVPZTvXX+FlGAKTXFazOqsNAxPgk1pceOyev+S
- artifact: build/release/quark-windows-x86.zip
20
draft: false
21
force_update: false
22
prerelease: false
0 commit comments