Skip to content

Commit

Permalink
changed script to be on this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyuk committed Nov 24, 2022
1 parent 0a114bf commit c36befe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
run: ./gradlew build
- name: Run create xcframework
run: ./gradlew assembleLibraryXCFramework
run: ./gradlew assembleKIterableSDKXCFramework
- name: Run publish
run: ./gradlew publish
env:
Expand All @@ -51,7 +51,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: https://uploads.github.com/repos/MyUNiDAYS/libraryname/releases/${{ steps.lastRelease.outputs.id }}/assets?name=${{ github.ref_name }}.zip
upload_url: https://uploads.github.com/repos/MyUNiDAYS/KIterable/releases/${{ steps.lastRelease.outputs.id }}/assets?name=${{ github.ref_name }}.zip
asset_path: build/${{ github.ref_name }}.zip
asset_name: ${{ github.ref_name }}.zip
asset_content_type: application/zip

0 comments on commit c36befe

Please sign in to comment.