diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a526bb0f..ca8cfeb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -598,12 +598,6 @@ jobs: APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }} APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} - - name: Rename Zip Artifact - run: | - cd dist - mv "Bitwarden Directory Connector-${{ env._PACKAGE_VERSION }}-mac.zip" \ - "Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-mac.zip" - - name: Upload .zip artifact uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 with: diff --git a/electron-builder.json b/electron-builder.json index 1ec6bb28..a8025e1b 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -12,6 +12,7 @@ }, "afterSign": "scripts/notarize.js", "mac": { + "artifactName": "Bitwarden-Connector-${version}-mac.${ext}", "category": "public.app-category.productivity", "gatekeeperAssess": false, "hardenedRuntime": true,