Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pluveto authored Jun 23, 2024
1 parent 2410efa commit cc0ad7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ jobs:
release_name: Upgit ${{ github.event.inputs.tag }}
body: ${{ steps.changelog.outputs.changes }}
asset_files: |
dist/linux/*
dist/windows/*
dist/macos/*
dist/linux/
dist/windows/
dist/macos/
draft: false
prerelease: ${{ github.event.inputs.prerelease }}

0 comments on commit cc0ad7b

Please sign in to comment.