Skip to content

Commit

Permalink
ipa is in export folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Nov 22, 2023
1 parent abd1759 commit 5bfe49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,5 @@ jobs:
- name: Upload IPA
if: ${{ matrix.destination.uploadto == 'ipa' }}
run: |
mv ${PWD}/Kiwix.ipa ${PWD}/Kiwix-${VERSION}.ipa
python .github/upload_file.py --src ${PWD}/Kiwix-${VERSION}.ipa --dest [email protected]:30022/data/download/${UPLOAD_FOLDER} --ssh-key ${SSH_KEY}
mv ${PWD}/export/Kiwix.ipa ${PWD}/export/Kiwix-${VERSION}.ipa
python .github/upload_file.py --src ${PWD}/export/Kiwix-${VERSION}.ipa --dest [email protected]:30022/data/download/${UPLOAD_FOLDER} --ssh-key ${SSH_KEY}

0 comments on commit 5bfe49c

Please sign in to comment.