Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Dec 23, 2023
1 parent e79fd35 commit 61b4dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dicts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install

- name: Build
run: ./scripts/buildAll.sh
run: sh ./scripts/buildAll.sh

- name: Create Release With gh CLI and Upload ./dist/*.zip
env:
Expand Down

0 comments on commit 61b4dd0

Please sign in to comment.