Skip to content

Commit

Permalink
upload a xcframework, fix artifact download dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ry-itto committed Sep 8, 2022
1 parent 5ba0619 commit 99977fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iOSBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: XCFrameworks
path: app-ios-combined/build/XCFrameworks/
path: app-ios-combined/build/XCFrameworks/release/appioscombined.xcframework/
build-ios:
needs: build-kmm-module
runs-on: macos-12
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: XCFrameworks
path: app-ios-combined/build/XCFrameworks/
path: app-ios-combined/build/XCFrameworks/release/appioscombined.xcframework
- name: Build Modules that includes plugin
working-directory: app-ios
run: |
Expand Down

0 comments on commit 99977fc

Please sign in to comment.