Update the importable script to use a JSON-based config instead of consts in the Javascript, and make it rename a lot more and remove tags if they aren't used a certain amount
This commit is contained in:
parent
3fdbdf842c
commit
beb7795138
3 changed files with 187 additions and 41 deletions
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
LATEST_URL: "${{forgejo.server_url}}/${{forgejo.repository}}/releases/download/latest/${{env.MANIFEST}}"
|
||||
|
||||
- name: Set up default storage
|
||||
run: mkdir -p storage/db && mv importable/*.json storage/db
|
||||
run: mkdir -p storage/db && mv importable/artists.json storage/db && mv importable/images.json storage/db
|
||||
|
||||
- name: Compress files
|
||||
run: zip -r release.zip langs module styles storage templates README.md assets LICENSE ${{env.MANIFEST}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue