Skip to content

Commit

Permalink
trigger upload on published release
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Apr 18, 2024
1 parent 4571ac7 commit 4faf0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
name: ${{ steps.output.outputs.filename }}
path: ${{ steps.output.outputs.filename }}
- if: (github.event_name == 'release' && github.event.action == 'released')
- if: (github.event_name == 'release' && github.event.action == 'published')
uses: svenstaro/upload-release-action@v2
with:
file: ${{ steps.output.outputs.filename }}

0 comments on commit 4faf0cf

Please sign in to comment.