Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 4cd1e55

Browse files
committed
And get correct filename
1 parent 19f7dea commit 4cd1e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build XCFramework
3434
run: |
3535
make build-ios
36-
shasum -a 256 art-rest.xcframework.zip >> ios/body.md
36+
shasum -a 256 arti-rest.xcframework.zip >> ios/body.md
3737
3838
- uses: ncipollo/release-action@v1
3939
with:

0 commit comments

Comments
 (0)