1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

Print variables

This commit is contained in:
Nathan Ansel
2025-02-11 15:02:01 -06:00
parent b9ab48e466
commit 8a5c4edb62

View File

@@ -1109,8 +1109,11 @@ jobs:
mkdir -p $HOME/Library/Developer/Xcode/UserData/Provisioning\ Profiles
export AUTOFILL_UUID=`grep UUID -A1 -a $HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile | grep -io "[-A-Z0-9]\{36\}"`
echo $AUTOFILL_UUID
cp $HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile \
$HOME/Library/Developer/Xcode/UserData/Provisioning\ Profiles/$AUTOFILL_UUID.provisionprofile
ls -l $HOME/Library/Developer/Xcode/UserData/Provisioning\ Profiles
- name: Increment version
shell: pwsh