Skip to content

Commit

Permalink
Fix target for generated kt file
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrumac committed Oct 8, 2024
1 parent 1dfe06e commit 5861af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Replace Kotlin File
run: |
rm -rf android/supercel/src/main/java/com/superwall/supercel/Cel.kt
mv rust/target/android/java/uniffi/cel.kt android/supercel/src/main/java/com/superwall/supercel/CEL.kt
mv rust/target/android/java/uniffi/cel/com/superwall/supercel/cel.kt android/supercel/src/main/java/com/superwall/supercel/CEL.kt
- name: Update Version
run: sed -i 's/version = "[0-9.]*"/version = "${{ env.VERSION_NUMBER }}"/' build.gradle.kts
Expand Down

0 comments on commit 5861af8

Please sign in to comment.