Skip to content

Commit 45941f9

Browse files
committed
Fixing appveyor build... one more time. Moved back to manually creating zip
1 parent f679c9d commit 45941f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ build_script:
5757

5858
# Build electron binary
5959
- ./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%/*
6061

6162
# Deployment Artifacts
6263
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
6566

6667

6768
# Deployment (tagged releases only)
@@ -73,7 +74,7 @@ deploy:
7374
draft: true
7475
prerelease: true
7576
description: 'Electron-based UI for configuring programmable keyboards designed by Input Club'
76-
artifact: %PACKAGE_NAME%-%PACKAGE_OS%-%ARCH%
77+
artifact: build_artifact
7778
# Conditions for uploading release
7879
on:
7980
appveyor_repo_tag: true

0 commit comments

Comments
 (0)