Skip to content

Commit 5f43f5f

Browse files
fix: path to reusable workflow
1 parent f4ac0a3 commit 5f43f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ on:
1717

1818
jobs:
1919
build-fabric:
20-
uses: ./.github/workflows/android-reusable.yml
20+
uses: .github/workflows/android-build.yml
2121
with:
2222
working-directories: '["fabric-example", "paper-example"]'

0 commit comments

Comments
 (0)