1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00
This commit is contained in:
Michal Checinski
2024-09-02 15:12:41 +02:00
parent 81ba2cecd9
commit a958852ac2

View File

@@ -291,7 +291,7 @@ jobs:
mkdir -p "$PROFILES_DIR_PATH"
AUTOFILL_UUID=$(grep UUID -A1 -a $AUTOFILL_PROFILE_PATH | grep -io "[-A-F0-9]\{36\}")
cp $AUTOFILL_PROFILE_PATH "$PROFILES_DIR_PATH/safari.provisionprofile"
cp $AUTOFILL_PROFILE_PATH "$PROFILES_DIR_PATH/$AUTOFILL_UUID.provisionprofile"
- name: Get certificates
run: |