We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bd58d commit f358feeCopy full SHA for f358fee
.github/workflows/ios.build.yml
@@ -29,7 +29,7 @@ jobs:
29
cp -r flutter-chums-proxy/chums_proxy_ios/ios/Frameworks/libchums_proxy.xcframework dist/
30
cp target/aarch64-apple-ios/release/libchums_proxy dist/libchums_proxy.xcframework/ios-arm64/libchums_proxy.framework
31
cd dist/
32
- zip -r ../chums-proxy-ios.zip .
+ zip -r chums-proxy-ios.zip .
33
34
- name: Upload artifact
35
uses: actions/upload-artifact@v4
0 commit comments