mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-21 17:52:51 -04:00
Add tag in gh artifacts names
This commit is contained in:
parent
42c384aec0
commit
e22d8ff75f
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Add table
Reference in a new issue