Skip to content

Commit

Permalink
adjust to new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Nov 4, 2023
1 parent 86e7839 commit f1f344d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/generate_json_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
repository: toniebox-reverse-engineering/tonies-json
ref: release
path: tonies-json-release

- name: Delete old artifacts tonies-json
run: |
cd tonies-json
rm -f tonies.json toniesV2.json
- uses: actions/checkout@v4
with:
repository: toniebox-reverse-engineering/tonies-json-tools
path: tonies-json-tools

- name: Delete old artifacts tonies-json-release
run: |
Expand All @@ -40,10 +39,8 @@ jobs:
- name: Run yaml2tonies-json.py
run: |
cd tonies-json
cd tonies-json-tools
./yaml2tonies-json.py
mv tonies.json ../tonies-json-release/
mv toniesV2.json ../tonies-json-release/
- name: Check if files exist
run: |
Expand Down

0 comments on commit f1f344d

Please sign in to comment.