Commit 45941f9 1 parent f679c9d commit 45941f9 Copy full SHA for 45941f9
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,12 @@ build_script:
57
57
58
58
# Build electron binary
59
59
- ./node_modules/.bin/electron-packager target --out=output --platform=%PACKAGE_OS% --arch=%ARCH%
60
+ - 7z a output/%OUTPUT_BASE%-%PACKAGE_OS%-%ARCH%.zip ./output/%OUTPUT_BASE%-%PACKAGE_OS%-%ARCH%/*
60
61
61
62
# Deployment Artifacts
62
63
artifacts :
63
- - path : output\%OUTPUT_BASE%-%PACKAGE_OS%-%ARCH%
64
- name : %PACKAGE_NAME%-%PACKAGE_OS%-%ARCH%
64
+ - path : output\%OUTPUT_BASE%-%PACKAGE_OS%-%ARCH%.zip
65
+ name : build_artifact
65
66
66
67
67
68
# Deployment (tagged releases only)
@@ -73,7 +74,7 @@ deploy:
73
74
draft : true
74
75
prerelease : true
75
76
description : ' Electron-based UI for configuring programmable keyboards designed by Input Club'
76
- artifact : %PACKAGE_NAME%-%PACKAGE_OS%-%ARCH%
77
+ artifact : build_artifact
77
78
# Conditions for uploading release
78
79
on :
79
80
appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments