Skip to content

Commit

Permalink
Force no signing on Mac package
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Feb 13, 2024
1 parent 06d56fa commit e151188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libusb-1.0-0 libusb-1.0-0-dev
packages: libusb-1.0-0 libusb-1.0-0-dev libudev-dev
version: 1.0
- name: Setup Node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
npm install electron-rebuild -g
npm install electron-builder -g
npm install
npm run package-mac
npm run package-mac-workflow
- name: Save .dmg as artefact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e151188

Please sign in to comment.