Skip to content

Commit 6bef6fb

Browse files
authored
[iOS] Release - Fix missing version on doccarchive (#701)
1 parent d73a4c1 commit 6bef6fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_gh.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ jobs:
114114
env:
115115
VERSION: ${{ inputs.version }}
116116
- name: Prepare iOS artifacts
117-
run: mv Capture.ios.zip Capture-$VERSION.ios.zip
117+
run: |
118+
mv Capture.ios.zip Capture-$VERSION.ios.zip
119+
mv Capture.doccarchive.ios.zip Capture-$VERSION.doccarchive.ios.zip
118120
env:
119121
VERSION: ${{ inputs.version }}
120122
- name: 'Create Github Token'

0 commit comments

Comments
 (0)