Skip to content

Commit

Permalink
Try updating action
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Dec 16, 2024
1 parent 880e1aa commit c603835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
with:
node-version: 14

- run: npm i -g npm@7
- run: npm ci

- name: Install distutils on macOS
if: runner.os == 'macOS'
run: |
python3 -m ensurepip
python3 -m pip install --upgrade pip setuptools
- run: npm i -g npm@7
- run: npm ci

- run: npm run electron:build -p always
env:
GH_TOKEN: ${{ secrets.github_token }}

0 comments on commit c603835

Please sign in to comment.