diff --git a/.github/workflows/build.release.yml b/.github/workflows/build.release.yml index 8061a259a9..88f8c73c1e 100644 --- a/.github/workflows/build.release.yml +++ b/.github/workflows/build.release.yml @@ -46,6 +46,6 @@ jobs: mac_certs_password: ${{ secrets.mac_certs_password }} env: APPLE_ID: ${{ secrets.APPLE_ID }} - APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS }} + APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASS }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }} diff --git a/.github/workflows/night.bastyon.com.yml b/.github/workflows/night.bastyon.com.yml index 1076b3c985..279440424a 100644 --- a/.github/workflows/night.bastyon.com.yml +++ b/.github/workflows/night.bastyon.com.yml @@ -88,7 +88,7 @@ jobs: - name: Building env: APPLE_ID: ${{ secrets.APPLE_ID }} - APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS }} + APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASS }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }} CSC_LINK: 'file://applecert.p12' diff --git a/package.json b/package.json index d81b85c168..7cd0069840 100644 --- a/package.json +++ b/package.json @@ -108,6 +108,7 @@ }, "build": { "productName": "Bastyon", + "afterSign": "electron-builder-notarize", "appId": "app.pocketnet.gui", "files": [ "**/*",