Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SunBK201 committed May 8, 2022
1 parent 14ed01d commit 29ac807
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 @@ -38,5 +38,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./release.tar.gz
asset_name: umicat-release-${{ steps.get_version.outputs.VERSION }}.tar.gz
asset_name: umicat-${{ steps.get_version.outputs.VERSION }}.tar.gz
asset_content_type: application/gzip

0 comments on commit 29ac807

Please sign in to comment.