Skip to content

Commit

Permalink
Regenerate code in tidalApi using the downloaded artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
michpohl committed Oct 25, 2024
1 parent 2bd894f commit 8222c40
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/regenerate_tidalapi_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,15 @@ jobs:
# Download the asset using the GitHub API
curl -L -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/octet-stream" \
-o generator.jar \
-o openapi-generator.jar \
"$ASSET_ID"
- name: List Files
run: ls -l

- name: Regenerate the TidalAPI module
run: |
cd tidalapi
python ./bin/generate-api-files.py ./bin/generate-api-config.json
env:
JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64

0 comments on commit 8222c40

Please sign in to comment.