Skip to content

Commit

Permalink
Electron ci : try to solve notarization step
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Jun 11, 2024
1 parent 087cc9d commit e07cd91
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -81,7 +81,7 @@ jobs:
name: Build VirtualBox ova
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies for VirtualBox 7.0.14
run: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: packer build -debug -force alpine.pkr.hcl

- name: Upload OVA
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: accessmod-virtualbox
path: packer/_build
Expand Down
1 change: 1 addition & 0 deletions electron/electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
productName: AccessMod-Desktop
appId: org.accessmod.desktop
asar: true
afterSign: electron-builder-notarize
directories:
buildResources: build
files:
Expand Down

0 comments on commit e07cd91

Please sign in to comment.