forked from github/cinny
chore: Specify tag_name for tarball upload (#2998)
Specify `tag_name` for tarball upload
This commit is contained in:
@@ -54,6 +54,7 @@ jobs:
|
||||
- name: Upload tagged release
|
||||
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
|
||||
with:
|
||||
tag_name: ${{ github.ref_name }}
|
||||
files: |
|
||||
cinny-${{ steps.vars.outputs.tag }}.tar.gz
|
||||
cinny-${{ steps.vars.outputs.tag }}.tar.gz.asc
|
||||
|
||||
Reference in New Issue
Block a user