mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Edit gpg file paths
This commit is contained in:
18
.github/workflows/build-beta.yml
vendored
18
.github/workflows/build-beta.yml
vendored
@@ -110,23 +110,17 @@ jobs:
|
|||||||
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
||||||
--output ./src/watchOS/bitwarden/GoogleService-Info.plist ./.github/secrets/GoogleService-Info.plist.gpg
|
--output ./src/watchOS/bitwarden/GoogleService-Info.plist ./.github/secrets/GoogleService-Info.plist.gpg
|
||||||
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
||||||
--output $HOME/secrets/dist_beta_native_autofill.mobileprovision \
|
--output $HOME/secrets/dist_beta_native_autofill.mobileprovision ./.github/secrets/dist_beta_native_autofill.mobileprovision.gpg
|
||||||
./.github/secrets/dist_beta_native_autofill.mobileprovision.gpg
|
|
||||||
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
||||||
--output $HOME/secrets/dist_beta_native_bitwarden.mobileprovision \
|
--output $HOME/secrets/dist_beta_native_bitwarden.mobileprovision ./.github/secrets/dist_beta_native_bitwarden.mobileprovision.gpg
|
||||||
./.github/secrets/dist_beta_native_bitwarden.mobileprovision.gpg
|
|
||||||
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
||||||
--output $HOME/secrets/dist_beta_native_extension.mobileprovision \
|
--output $HOME/secrets/dist_beta_native_extension.mobileprovision ./.github/secrets/dist_beta_native_extension.mobileprovision.gpg
|
||||||
./.github/secrets/dist_beta_native_extension.mobileprovision.gpg
|
|
||||||
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
||||||
--output $HOME/secrets/dist_beta_native_share_extension.mobileprovision \
|
--output $HOME/secrets/dist_beta_native_share_extension.mobileprovision ./.github/secrets/dist_beta_native_share_extension.mobileprovision.gpg
|
||||||
./.github/secrets/dist_beta_native_share_extension.mobileprovision.gpg
|
|
||||||
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
||||||
--output $HOME/secrets/dist_beta_native_watch_app.mobileprovision \
|
--output $HOME/secrets/dist_beta_native_watch_app.mobileprovision ./.github/secrets/dist_beta_native_watch_app.mobileprovision.gpg
|
||||||
./.github/secrets/dist_beta_native_watch_app.mobileprovision.gpg
|
|
||||||
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
|
||||||
--output $HOME/secrets/dist_beta_native_watch_app_extension.mobileprovision \
|
--output $HOME/secrets/dist_beta_native_watch_app_extension.mobileprovision ./.github/secrets/dist_beta_native_watch_app_extension.mobileprovision.gpg
|
||||||
./.github/secrets/dist_beta_native_watch_app_extension.mobileprovision.gpg
|
|
||||||
|
|
||||||
- name: Increment version
|
- name: Increment version
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user