Skip to content

Commit

Permalink
Generate our binaries before we upload them on release
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Oct 9, 2021
1 parent 7a694a5 commit c4e8dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Generate the artifacts
uses: skx/github-action-build@master
- name: Upload
uses: skx/github-action-publish-binaries@master
env:
Expand Down

0 comments on commit c4e8dcb

Please sign in to comment.