Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugetiny authored Feb 11, 2020
1 parent 7c55fb6 commit 1094092
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install && ./node_modules/.bin/quasar build -m electron -P always
- run: npm install
- run: ./node_modules/.bin/quasar build -m electron -P always
env:
CI: true
ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
buildw:

runs-on: macos-latest
Expand Down

0 comments on commit 1094092

Please sign in to comment.