Add tag in gh artifacts names

This commit is contained in:
lbonn
2025-01-20 19:52:09 +01:00
parent 42c384aec0
commit e22d8ff75f

View File

@@ -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