Skip to content

Commit ac959dc

Browse files
committed
Build all samples
1 parent 7c2e1af commit ac959dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: assemble ViroCore
2121
run: |
22-
./gradlew :viroreact:assembleDebug
22+
./gradlew assembleDebug
2323
working-directory: ./android
2424
- name: Upload result ViroCore
2525
uses: actions/[email protected]

β€Ž.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: malinskiy/action-android/install-sdk@release/0.1.3
4545

4646
- name: Build project
47-
run: ./gradlew :viroreact:assembleRelease
47+
run: ./gradlew assembleRelease
4848
working-directory: ./android
4949

5050
- name: Create Release

0 commit comments

Comments
Β (0)