mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 21:50:15 +00:00
use old prov profile
This commit is contained in:
14
.github/workflows/build-desktop.yml
vendored
14
.github/workflows/build-desktop.yml
vendored
@@ -1348,18 +1348,24 @@ jobs:
|
||||
AUTOFILL_UUID=$(grep UUID -A1 -a $AUTOFILL_PROFILE_PATH | grep -io "[-A-F0-9]\{36\}")
|
||||
cp $AUTOFILL_PROFILE_PATH "$PROFILES_DIR_PATH/$AUTOFILL_UUID.provisionprofile"
|
||||
|
||||
desktop_profile_path="$HOME/secrets/Bitwarden_Desktop_App_Store_2024_w_autofill.provisionprofile"
|
||||
# desktop_profile_path="$HOME/secrets/Bitwarden_Desktop_App_Store_2024_w_autofill.provisionprofile"
|
||||
|
||||
DESKTOP_UUID=$(grep UUID -A1 -a $desktop_profile_path | grep -io "[-A-F0-9]\{36\}")
|
||||
# DESKTOP_UUID=$(grep UUID -A1 -a $desktop_profile_path | grep -io "[-A-F0-9]\{36\}")
|
||||
|
||||
cp $desktop_profile_path "$PROFILES_DIR_PATH/$DESKTOP_UUID.provisionprofile"
|
||||
# cp $desktop_profile_path "$PROFILES_DIR_PATH/$DESKTOP_UUID.provisionprofile"
|
||||
|
||||
cp $HOME/secrets/Bitwarden_Desktop_App_Store_2024_w_autofill.provisionprofile \
|
||||
# cp $HOME/secrets/Bitwarden_Desktop_App_Store_2024_w_autofill.provisionprofile \
|
||||
# $GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile
|
||||
|
||||
# ls -l $GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile
|
||||
|
||||
cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \
|
||||
$GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile
|
||||
|
||||
ls -l $GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile
|
||||
|
||||
|
||||
|
||||
- name: Increment version
|
||||
shell: pwsh
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user