Skip to content

Commit

Permalink
Add artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed May 13, 2024
1 parent cf06cd6 commit 6f37d27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_stainless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ jobs:
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
input_path: 'openapi.json'
config_path: 'openapi.stainless.yml'
output_path: 'honcho-openapi.documented.json'
project_name: 'Honcho'
- uses: actions/upload-artifact@v4
with:
path: honcho-openapi.documented.json

0 comments on commit 6f37d27

Please sign in to comment.