Add tag in gh artifacts names
This commit is contained in:
2
.github/actions/release/action.yml
vendored
2
.github/actions/release/action.yml
vendored
@@ -10,7 +10,7 @@ runs:
|
||||
- id: upload
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: tarballs
|
||||
name: release_tarballs-${{ github.ref_name }}
|
||||
path: |
|
||||
builddir/meson-dist/*.tar.xz
|
||||
builddir/meson-dist/*.tar.gz
|
||||
|
Reference in New Issue
Block a user