Skip to content

Commit 1cabbe1

Browse files
authored
Fix misc
1 parent 2bd4e16 commit 1cabbe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Run scripts
4040
run: |
41-
bash ${{ GITHUB_ACTION_PATH }}/scripts/renew-catalog-template
42-
bash ${{ GITHUB_ACTION_PATH }}/scripts/upload-catalog
41+
bash ${{ GITHUB_ACTION_PATH }}/scripts/renew-catalog-template.sh
42+
bash ${{ GITHUB_ACTION_PATH }}/scripts/upload-catalog.sh
4343
4444

0 commit comments

Comments
 (0)