Skip to content

Commit

Permalink
Merge branch 'main' into feat-kmp-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Nov 14, 2024
2 parents e8fb083 + e1988ae commit 3230cf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_swift_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build iOS framework
id: buildPackage
run: ./gradlew createSwiftPackage --stacktrace
run: ./gradlew :daraja:createSwiftPackage --stacktrace

- name: Upload Swift Package directory
uses: actions/upload-artifact@v3
Expand All @@ -40,10 +40,10 @@ jobs:
uses: actions/checkout@v4

- name: Download directory with swift package
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: swiftpackage
path: daraja/swiftpackage
path: swiftpackage

- name: Display structure of downloaded files
run: ls -R
Expand All @@ -56,4 +56,4 @@ jobs:
source-directory: 'swiftpackage'
destination-github-username: 'VictorKabata'
destination-repository-name: 'DarajaSwiftPackage'
create-target-branch-if-needed: true
create-target-branch-if-needed: true

0 comments on commit 3230cf0

Please sign in to comment.