Skip to content

Commit

Permalink
ci: Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Nov 25, 2024
1 parent 7597438 commit 9f4b8cf
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 @@ -46,7 +46,7 @@ jobs:
name: ${{ steps.artifact.outputs.filename }}
path: ./build/distributions/content/*/*

- name: softprops/action-gh-release@v2
- uses: softprops/action-gh-release@v2
if: ${{ github.event_name == 'release' }}
with:
files: ./build/distributions/*.zip
Expand Down

0 comments on commit 9f4b8cf

Please sign in to comment.