Merge pull request #115 from iztanos/codex/major-scout

Use unique release artifact names
This commit is contained in:
Matt McCormick 2026-06-25 14:35:39 -04:00 committed by GitHub
commit ec284cc78f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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