Skip to content

Commit

Permalink
update generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Nov 24, 2024
1 parent 4285e5c commit 8cfc3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
npm audit fix --save --force
# download the latest version of the apple app store connect api schema
# https://developer.apple.com/sample-code/app-store-connect/app-store-connect-openapi-specification.zip
curl -L https://developer.apple.com/sample-code/app-store-connect/app-store-connect-openapi-specification.zip -o app-store-connect-openapi-specification.zip
curl -L https://developer.apple.com/sample-code/app-store-connect/app-store-connect-openapi-specification.zip -o /tmp/app_store_connect_api_openapi.zip
unzip app-store-connect-openapi-specification.zip -d /tmp
cp /tmp/app_store_connect_api_openapi.json app_store_connect_api_openapi.json
rm -rf /tmp/app_store_connect_api_openapi.zip
Expand Down

0 comments on commit 8cfc3e7

Please sign in to comment.