mirror of
https://github.com/thewtex/tmux-mem-cpu-load.git
synced 2026-09-10 07:16:16 -04:00
Use unique release artifact names
This commit is contained in:
parent
ab991091be
commit
5aa51ed196
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: "💾 save binaries"
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: bin-artifact
|
||||
name: bin-artifact-${{ matrix.arch_name }}
|
||||
path: tmux-mem-cpu-load-${{ matrix.arch_name }}.tar.xz
|
||||
retention-days: 1
|
||||
release:
|
||||
|
|
@ -47,7 +47,8 @@ jobs:
|
|||
- name: get artifact
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: bin-artifact
|
||||
pattern: bin-artifact-*
|
||||
merge-multiple: true
|
||||
path: .
|
||||
- name: "✅ checksum"
|
||||
run: find . -maxdepth 1 -name "*.tar.xz" | xargs sha256sum > checksum_all.sha256
|
||||
|
|
|
|||
Loading…
Reference in a new issue