Skip to content

Commit c82065b

Browse files
committed
chore: actions spliting
1 parent c5a35fd commit c82065b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sample-distribution.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
uses: actions/upload-artifact@v4
2828
with:
2929
name: sdk-build
30-
path: |
31-
- package/**
32-
- examples/SampleApp/**
30+
path: .
3331

3432
build_and_deploy_ios_testflight_qa:
3533
name: Build SampleApp iOS and Deploy-${{ github.ref == 'refs/heads/develop' }}

0 commit comments

Comments
 (0)