Skip to content

Commit d6d91f5

Browse files
committed
Use travis's own releases integrate to publish
The built-in electron forge publish command fails, as it looks for the wrong file name for some reason. Windows works fine though, so leaving appveyor as-is.
1 parent ae7c3b6 commit d6d91f5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ script:
2222
- npm run make
2323

2424
deploy:
25-
- provider: 'script'
26-
script: npm run publish
25+
- provider: releases
26+
api_key: $GITHUB_TOKEN
27+
file_glob: true
28+
file: out/make/*.{zip,deb,dmg}
2729
skip_cleanup: true
2830
on:
31+
repo: httptoolkit/httptoolkit-desktop
2932
tags: true

0 commit comments

Comments
 (0)