Skip to content

Commit

Permalink
Merge pull request #1593 from zacharyburnett/fix/build_release_upload
Browse files Browse the repository at this point in the history
fix release upload step condition to match workflow trigger
  • Loading branch information
mfixstsci authored May 28, 2024
2 parents 1cd2e36 + 866aa37 commit 933977a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
name: ${{ steps.filename.outputs.filename }}
path: ${{ steps.filename.outputs.filename }}
- if: (github.event_name == 'release' && github.event.action == 'published')
- if: (github.event_name == 'release' && github.event.action == 'released')
uses: svenstaro/upload-release-action@v2
with:
file: ${{ steps.filename.outputs.filename }}
Expand Down

0 comments on commit 933977a

Please sign in to comment.