Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit c2fe886

Browse files
committed
Fix deploy
1 parent 0cfe311 commit c2fe886

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ script:
2222
electronuserland/builder:wine \
2323
/bin/bash -c "npm install && npm run build"
2424
25-
after_script:
26-
- rm -rf dist/*/
27-
2825
before_cache:
2926
- rm -rf $HOME/.cache/electron-builder/wine
3027

28+
before_deploy:
29+
- rm -rf dist/*/
30+
3131
deploy:
3232
skip_cleanup: true
3333
provider: releases

0 commit comments

Comments
 (0)