Skip to content

Commit

Permalink
Build the release before uploading for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Nov 1, 2019
1 parent 5476fb3 commit 081b140
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ jobs:
name: Upload
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Checkout the repository
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 081b140

Please sign in to comment.