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 c82065b commit e5ba91eCopy full SHA for e5ba91e
.github/workflows/sample-distribution.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/upload-artifact@v4
28
with:
29
name: sdk-build
30
- path: .
+ path: examples/SampleApp/**
31
32
build_and_deploy_ios_testflight_qa:
33
name: Build SampleApp iOS and Deploy-${{ github.ref == 'refs/heads/develop' }}
0 commit comments