From aadaf450845337b98e64ed37e7bd38271344d054 Mon Sep 17 00:00:00 2001 From: Opeyemi Alao <54288773+Eeebru@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:02:49 +0100 Subject: [PATCH] Edit gpg file paths --- .github/workflows/build-beta.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-beta.yml b/.github/workflows/build-beta.yml index 0326b2b45..ac04122a5 100644 --- a/.github/workflows/build-beta.yml +++ b/.github/workflows/build-beta.yml @@ -110,23 +110,17 @@ jobs: gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \ --output ./src/watchOS/bitwarden/GoogleService-Info.plist ./.github/secrets/GoogleService-Info.plist.gpg gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \ - --output $HOME/secrets/dist_beta_native_autofill.mobileprovision \ - ./.github/secrets/dist_beta_native_autofill.mobileprovision.gpg + --output $HOME/secrets/dist_beta_native_autofill.mobileprovision ./.github/secrets/dist_beta_native_autofill.mobileprovision.gpg gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \ - --output $HOME/secrets/dist_beta_native_bitwarden.mobileprovision \ - ./.github/secrets/dist_beta_native_bitwarden.mobileprovision.gpg + --output $HOME/secrets/dist_beta_native_bitwarden.mobileprovision ./.github/secrets/dist_beta_native_bitwarden.mobileprovision.gpg gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \ - --output $HOME/secrets/dist_beta_native_extension.mobileprovision \ - ./.github/secrets/dist_beta_native_extension.mobileprovision.gpg + --output $HOME/secrets/dist_beta_native_extension.mobileprovision ./.github/secrets/dist_beta_native_extension.mobileprovision.gpg gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \ - --output $HOME/secrets/dist_beta_native_share_extension.mobileprovision \ - ./.github/secrets/dist_beta_native_share_extension.mobileprovision.gpg + --output $HOME/secrets/dist_beta_native_share_extension.mobileprovision ./.github/secrets/dist_beta_native_share_extension.mobileprovision.gpg gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \ - --output $HOME/secrets/dist_beta_native_watch_app.mobileprovision \ - ./.github/secrets/dist_beta_native_watch_app.mobileprovision.gpg + --output $HOME/secrets/dist_beta_native_watch_app.mobileprovision ./.github/secrets/dist_beta_native_watch_app.mobileprovision.gpg gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \ - --output $HOME/secrets/dist_beta_native_watch_app_extension.mobileprovision \ - ./.github/secrets/dist_beta_native_watch_app_extension.mobileprovision.gpg + --output $HOME/secrets/dist_beta_native_watch_app_extension.mobileprovision ./.github/secrets/dist_beta_native_watch_app_extension.mobileprovision.gpg - name: Increment version run: |