We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73a4c1 commit 6bef6fbCopy full SHA for 6bef6fb
.github/workflows/release_gh.yaml
@@ -114,7 +114,9 @@ jobs:
114
env:
115
VERSION: ${{ inputs.version }}
116
- name: Prepare iOS artifacts
117
- run: mv Capture.ios.zip Capture-$VERSION.ios.zip
+ run: |
118
+ mv Capture.ios.zip Capture-$VERSION.ios.zip
119
+ mv Capture.doccarchive.ios.zip Capture-$VERSION.doccarchive.ios.zip
120
121
122
- name: 'Create Github Token'
0 commit comments