build fix

This commit is contained in:
Jan Prochazka
2020-03-14 18:04:07 +01:00
parent 497805644a
commit c18b7d8072
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
yarn install
- name: Publish
run: |
yarn run dist
yarn run build:app
- name: Cleanup artifacts
run: |
npx rimraf "app/dist/!(*.exe|*.deb|*.AppImage|*.dmg)"