Skip to content

Commit

Permalink
Update build_electron_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai authored Jan 31, 2024
1 parent 45b8a8f commit bb2e3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_electron_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: yarn install
run: npm install

- name: Build and Package
run: yarn dist
run: npm dist

- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit bb2e3ee

Please sign in to comment.