Skip to content

Commit

Permalink
Publish all artifacts locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laimiux committed Jan 4, 2024
1 parent 8a4fcf6 commit 96e1fd5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,12 @@ jobs:
- name: Assemble Stopwatch Compose Sample
run: ./gradlew :samples:stopwatch-compose:assembleDebug
- name: Assemble Stopwatch Kotlin Coroutine Sample
run: ./gradlew :samples:stopwatch-coroutines:assembleDebug
run: ./gradlew :samples:stopwatch-coroutines:assembleDebug
- name: Publish all artifacts locally
run: |
./gradlew :formula:build
./gradlew :formula-android:build
./gradlew :formula-test:build
./gradlew :formula-android-compose:build
./gradlew :formula-lint:build
./gradlew publishToMavenLocal --no-parallel --no-daemon

0 comments on commit 96e1fd5

Please sign in to comment.