Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo authored Jun 12, 2024
1 parent 0b402c6 commit ce90f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- run: pip install setuptools
- run: yarn install && yarn global add @quasar/cli
- run: quasar build -m electron -P always

- run: yarn quasar build -m electron -P always
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit ce90f7f

Please sign in to comment.