From 6f37d27fcede2446584873d1911df386181689d2 Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Mon, 13 May 2024 11:22:15 -0400 Subject: [PATCH] Add artifact upload --- .github/workflows/run_stainless.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/run_stainless.yml b/.github/workflows/run_stainless.yml index 1cca2a2..912f6f0 100644 --- a/.github/workflows/run_stainless.yml +++ b/.github/workflows/run_stainless.yml @@ -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 +