1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

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

This commit is contained in:
mimartin12
2023-04-13 10:16:53 -06:00
committed by GitHub
parent 3d214dbedc
commit c1cec89995
2 changed files with 1 additions and 6 deletions

View File

@@ -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:

View File

@@ -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,