Skip to content

Commit e4a1165

Browse files
committed
ci: correct artifact name format for iOS IPA upload
Signed-off-by: bradly0cjw <57744542+bradly0cjw@users.noreply.github.com>
1 parent 44d3bb2 commit e4a1165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ jobs:
238238
if: env.SHOULD_SIGN_IOS == 'true'
239239
uses: actions/upload-artifact@v4
240240
with:
241-
name: release-ipa--${{ env.RELEASE_NAME }}-${{ env.BUILD_TIMESTAMP }}
241+
name: release-ipa-${{ env.RELEASE_NAME }}-${{ env.BUILD_TIMESTAMP }}
242242
path: build/ios/ipa/*.ipa

0 commit comments

Comments
 (0)