Browse Source

[DEVOPS-1167] - Update DC MacOS GUI artifact name (#296)

DEVOPS-1262-update-all-directory-connector-pipelines-to-use-the-new-ci-only-key-vault
mimartin12 3 years ago committed by GitHub
parent
commit
c1cec89995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/build.yml
  2. 1
      electron-builder.json

6
.github/workflows/build.yml

@ -598,12 +598,6 @@ jobs:
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }} APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} 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 - name: Upload .zip artifact
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535
with: with:

1
electron-builder.json

@ -12,6 +12,7 @@
}, },
"afterSign": "scripts/notarize.js", "afterSign": "scripts/notarize.js",
"mac": { "mac": {
"artifactName": "Bitwarden-Connector-${version}-mac.${ext}",
"category": "public.app-category.productivity", "category": "public.app-category.productivity",
"gatekeeperAssess": false, "gatekeeperAssess": false,
"hardenedRuntime": true, "hardenedRuntime": true,

Loading…
Cancel
Save