Skip to content

Commit

Permalink
Fix: ちゃんとreleaseできるように
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed May 30, 2024
1 parent a4233e2 commit eb8b31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ jobs:
zip -r ../cantari-${{ steps.version.outputs.version }}${{ matrix.suffix }}.zip .
- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.version.outputs.version }}
prerelease: ${{ steps.version.outputs.prerelease }}
files: |
cantari-${{ steps.version.outputs.version }}${{ matrix.suffix }}.zip

0 comments on commit eb8b31c

Please sign in to comment.