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
|
- id: upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: tarballs
|
name: release_tarballs-${{ github.ref_name }}
|
||||||
path: |
|
path: |
|
||||||
builddir/meson-dist/*.tar.xz
|
builddir/meson-dist/*.tar.xz
|
||||||
builddir/meson-dist/*.tar.gz
|
builddir/meson-dist/*.tar.gz
|
||||||
|
Reference in New Issue
Block a user