Skip to content

Commit

Permalink
Update refresh-meta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Jan 21, 2025
1 parent a682573 commit e60f4e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/refresh-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
fetch-depth: 0

- name: Generate metadata.json
run: ./generate_meta.sh ../metadata.json
run: |
chmod +x generate_meta.sh
./generate_meta.sh ../metadata.json
- name: Update metadata branch
run: |
Expand Down

0 comments on commit e60f4e4

Please sign in to comment.