Skip to content

Commit a2a7131

Browse files
Merge pull request #115 from ArthurLobopro/reduce-startup-time
fix: rename script
2 parents 62f60f9 + 46d95b6 commit a2a7131

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525

2626
- name: Compress JSON Files
2727
run: |
28-
chmod +x scripts/compress-json.sh
28+
chmod +x ./scripts/compress-json.sh
2929
./scripts/compress-json.sh
30-
3130
- name: Publish Extension on VSCODE
3231
run: vsce publish -p ${{secrets.PUBLISH_TOKEN}} --skip-duplicate
3332

0 commit comments

Comments
 (0)