Skip to content

Commit

Permalink
fix: Upgrade electron builder to latest version (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 authored Dec 2, 2021
1 parent 24fba77 commit 6f76531
Show file tree
Hide file tree
Showing 3 changed files with 630 additions and 362 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Use Node.js 12.14.1
- name: Use Node.js 14.18.X
uses: actions/setup-node@v2
with:
node-version: 12.14.1
node-version: 14.18
- name: npm ci
uses: nick-invision/retry@v2
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
MAPEO_VARIANT: ${{ matrix.variant }}
- name: Cleanup artifacts
run: |
npx rimraf@2 'dist/${{ matrix.variant }}/!(*.exe|*.deb|*.AppImage|*.dmg|*.yml|github)'
npx rimraf@2 'dist/${{ matrix.variant }}/!(*.exe|*.deb|*.AppImage|*.dmg|*.yml|*.zip|github)'
shell: bash
- name: Upload artifacts
uses: actions/upload-artifact@v1
Expand Down
Loading

0 comments on commit 6f76531

Please sign in to comment.