Skip to content

Commit

Permalink
Update publish_swift_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata authored Nov 11, 2024
1 parent 4dacc2a commit 8a08da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down Expand Up @@ -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 8a08da7

Please sign in to comment.