Skip to content

Commit

Permalink
Remove l w
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Jun 6, 2024
1 parent 1bb2a45 commit 5f5eca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prs-lint-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
jobs:
build:
name: Build, lint & test
runs-on: macOS-13
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 18
- name: Setup Python 3.11
- name: Setup Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.11.x'
Expand All @@ -34,7 +34,7 @@ jobs:
MOCHA_FILE: pre-test-results.xml
run: npm test -- --reporter mocha-github-actions-reporter
- name: Build the package
run: npx electron-builder -mlw --publish never
run: npx electron-builder -m --publish never
- name: Archive the .dmg for macOS
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 5f5eca2

Please sign in to comment.