Skip to content

Commit

Permalink
Fixing appveyor build... one more time. Moved back to manually creati…
Browse files Browse the repository at this point in the history
…ng zip
  • Loading branch information
jbondeson committed Oct 21, 2017
1 parent f679c9d commit 45941f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ build_script:

# Build electron binary
- ./node_modules/.bin/electron-packager target --out=output --platform=%PACKAGE_OS% --arch=%ARCH%
- 7z a output/%OUTPUT_BASE%-%PACKAGE_OS%-%ARCH%.zip ./output/%OUTPUT_BASE%-%PACKAGE_OS%-%ARCH%/*

# Deployment Artifacts
artifacts:
- path: output\%OUTPUT_BASE%-%PACKAGE_OS%-%ARCH%
name: %PACKAGE_NAME%-%PACKAGE_OS%-%ARCH%
- path: output\%OUTPUT_BASE%-%PACKAGE_OS%-%ARCH%.zip
name: build_artifact


# Deployment (tagged releases only)
Expand All @@ -73,7 +74,7 @@ deploy:
draft: true
prerelease: true
description: 'Electron-based UI for configuring programmable keyboards designed by Input Club'
artifact: %PACKAGE_NAME%-%PACKAGE_OS%-%ARCH%
artifact: build_artifact
# Conditions for uploading release
on:
appveyor_repo_tag: true
Expand Down

0 comments on commit 45941f9

Please sign in to comment.