Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Dec 4, 2024
1 parent fa426e4 commit e39116c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Replace Folder Names with Game IDs
run: |
python scripts/rename_folders.py
- name: Pack JSON Folder
run: |
zip -r -9 minimal_hashes.zip ./json
Expand Down

0 comments on commit e39116c

Please sign in to comment.