We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29bfa5c commit bae591dCopy full SHA for bae591d
.github/workflows/ios-end-to-end-tests.yml
@@ -103,11 +103,9 @@ jobs:
103
- name: Copy build output and project to output directory
104
run: |
105
mkdir -p ${{ env.JOB_OUTPUTS_DIRECTORY }}/derived-data
106
- mkdir -p ${{ env.JOB_OUTPUTS_DIRECTORY }}/mullvadvpn-app
107
cp -R derived-data ${{ env.JOB_OUTPUTS_DIRECTORY }}
108
- cp -R . ${{ env.JOB_OUTPUTS_DIRECTORY }}/mullvadvpn-app/ios
+ cp -R . ${{ env.JOB_OUTPUTS_DIRECTORY }}/mullvadvpn-app
109
shell: bash
110
- working-directory: ios/
111
112
- name: Debug listing of files
113
0 commit comments