From c1cec89995fcb844c1d1d95f0692500520b50818 Mon Sep 17 00:00:00 2001 From: mimartin12 <77340197+mimartin12@users.noreply.github.com> Date: Thu, 13 Apr 2023 10:16:53 -0600 Subject: [PATCH] [DEVOPS-1167] - Update DC MacOS GUI artifact name (#296) --- .github/workflows/build.yml | 6 ------ electron-builder.json | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) 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,