Skip to content

Commit 1ba7e24

Browse files
committed
update samples workflow
1 parent 3f9c67d commit 1ba7e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/samples.yml

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

4848
- name: "Build Sample: ${{ matrix.sample }}"
4949
working-directory: ./samples/${{ matrix.sample }}
50-
run: ./../../gradlew --no-daemon clean build
50+
run: ./gradlew --no-daemon clean build
5151

5252
- name: Upload Reports
5353
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)