Update provisioning files in desktop build (#2647)

This commit is contained in:
Micaiah Martin 2022-05-06 11:20:10 -05:00 committed by GitHub
parent 5e731fb328
commit 93d2ab743c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -450,7 +450,7 @@ jobs:
- name: Set up provisioning profiles - name: Set up provisioning profiles
run: | run: |
cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \ cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \
$GITHUB_WORKSPACE/bitwarden_desktop_appstore.provisionprofile $GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile
- name: Increment version - name: Increment version
shell: pwsh shell: pwsh
@ -579,7 +579,7 @@ jobs:
- name: Set up provisioning profiles - name: Set up provisioning profiles
run: | run: |
cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \ cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \
$GITHUB_WORKSPACE/bitwarden_desktop_appstore.provisionprofile $GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile
- name: Increment version - name: Increment version
shell: pwsh shell: pwsh
@ -660,7 +660,7 @@ jobs:
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0 uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
with: with:
cache: 'npm' cache: 'npm'
cache-dependency-path: '**/package-lock.json' cache-dependency-path: 'apps/desktop/**/package-lock.json'
node-version: '16' node-version: '16'
- name: Set Node options - name: Set Node options
@ -749,7 +749,7 @@ jobs:
- name: Set up provisioning profiles - name: Set up provisioning profiles
run: | run: |
cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \ cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \
$GITHUB_WORKSPACE/bitwarden_desktop_appstore.provisionprofile $GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile
- name: Increment version - name: Increment version
shell: pwsh shell: pwsh
@ -911,7 +911,7 @@ jobs:
- name: Set up provisioning profiles - name: Set up provisioning profiles
run: | run: |
cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \ cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \
$GITHUB_WORKSPACE/bitwarden_desktop_appstore.provisionprofile $GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile
- name: Increment version - name: Increment version
shell: pwsh shell: pwsh