Skip to content

Commit

Permalink
Add build step to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sgb-io committed Jul 19, 2023
1 parent 06e96cf commit e84383c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
version_name: ${{ steps.get_version.outputs.FTA_VERSION }}
upload_url: ${{ steps.create_release.outputs.upload_url }}

build_binaries:
uses: ./.github/workflows/build.yml

upload_assets_macos:
needs: create_github_release
runs-on: macos-latest
Expand Down

0 comments on commit e84383c

Please sign in to comment.