Skip to content

Commit

Permalink
add openapi.json to release
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jun 15, 2024
1 parent 522032d commit 722aa69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_call:

permissions:
contents: write
Expand Down Expand Up @@ -174,12 +175,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Release Assets binaries for Macos amd64
- name: Upload Release Assets binaries for Ubuntu amd64
uses: softprops/action-gh-release@v2
continue-on-error: true
with:
files: |
/tmp/${{ matrix.os }}_${{ matrix.target }}_${{ github.event.release.tag_name }}.zip
docs/openapi3.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ jobs:
Build_Windows_binaries:
uses: ./.github/workflows/windows.yml
secrets: inherit

Build_openapi:
uses: ./.github/workflows/build.yaml

0 comments on commit 722aa69

Please sign in to comment.