Skip to content

Commit bae591d

Browse files
Copy not only ios directory
1 parent 29bfa5c commit bae591d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ios-end-to-end-tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,9 @@ jobs:
103103
- name: Copy build output and project to output directory
104104
run: |
105105
mkdir -p ${{ env.JOB_OUTPUTS_DIRECTORY }}/derived-data
106-
mkdir -p ${{ env.JOB_OUTPUTS_DIRECTORY }}/mullvadvpn-app
107106
cp -R derived-data ${{ env.JOB_OUTPUTS_DIRECTORY }}
108-
cp -R . ${{ env.JOB_OUTPUTS_DIRECTORY }}/mullvadvpn-app/ios
107+
cp -R . ${{ env.JOB_OUTPUTS_DIRECTORY }}/mullvadvpn-app
109108
shell: bash
110-
working-directory: ios/
111109

112110
- name: Debug listing of files
113111
run: |

0 commit comments

Comments
 (0)