Skip to content

Commit 78e233d

Browse files
authored
fixes build step in fetch-dev-artifacts (#496)
1 parent d980a62 commit 78e233d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fetch-dev-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: rm -f grammar.zip && rm -f semantic-analysis-js.zip
9090

9191
- name: Build project
92-
uses: ./.github/actions/setup-and-build-project
92+
uses: ./.github/actions/setup-and-build
9393

9494
- name: Create New Branch Name
9595
run: |

0 commit comments

Comments
 (0)