Skip to content

Commit 7998ccf

Browse files
authored
fix: correct plugin checkout directory
1 parent 0c9bccf commit 7998ccf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout experimentation plugin
1919
uses: actions/checkout@v4
2020
with:
21-
path: plugin
21+
path: main
2222

2323
- name: Checkout core Blockly
2424
uses: actions/checkout@v4
@@ -47,13 +47,13 @@ jobs:
4747
npm run package
4848
cd dist
4949
npm link
50-
cd ../../plugin
50+
cd ../../main
5151
npm link blockly
5252
cd ..
5353
5454
- name: Verify build
5555
run: |
56-
cd plugin
56+
cd main
5757
npm run build
5858
5959
lint:

0 commit comments

Comments
 (0)