Skip to content

Commit 5bfe49c

Browse files
committed
ipa is in export folder
1 parent abd1759 commit 5bfe49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,5 +237,5 @@ jobs:
237237
- name: Upload IPA
238238
if: ${{ matrix.destination.uploadto == 'ipa' }}
239239
run: |
240-
mv ${PWD}/Kiwix.ipa ${PWD}/Kiwix-${VERSION}.ipa
241-
python .github/upload_file.py --src ${PWD}/Kiwix-${VERSION}.ipa --dest [email protected]:30022/data/download/${UPLOAD_FOLDER} --ssh-key ${SSH_KEY}
240+
mv ${PWD}/export/Kiwix.ipa ${PWD}/export/Kiwix-${VERSION}.ipa
241+
python .github/upload_file.py --src ${PWD}/export/Kiwix-${VERSION}.ipa --dest [email protected]:30022/data/download/${UPLOAD_FOLDER} --ssh-key ${SSH_KEY}

0 commit comments

Comments
 (0)