Skip to content

Commit

Permalink
fix: generate swagger ui download artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszbarwicki committed Jul 4, 2024
1 parent 12aeecf commit 97b1321
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ jobs:
matrix: ${{ fromJson(needs.generate_matrix.outputs.specs) }}
steps:
- uses: actions/checkout@v4
- name: Download OpenAPI specs artifacts
uses: actions/download-artifact@v4
with:
path: docs
pattern: openapi-*
merge-multiple: true
- name: Determine spec file directory
id: determine_directory
run: |
Expand Down

0 comments on commit 97b1321

Please sign in to comment.