We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcea9b commit a34eec3Copy full SHA for a34eec3
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
# Builds the release artifacts of the library
25
- name: Release build
26
- run: ./gradlew :universal_adapter:assembleRelease
+ run: ./gradlew :speld:assembleRelease
27
28
- name: Publish Library
29
run: |
0 commit comments