We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9abc5 commit 79804bcCopy full SHA for 79804bc
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: "🗜️ compress"
30
run: cd build-${{ matrix.arch_name }} && find . -maxdepth 1 -name "tmux-mem-cpu-load*" -o -name "*.sha256" | XZ_OPT=-e9 tar -cJf tmux-mem-cpu-load-${{ matrix.arch_name }}.tar.xz -T - && mv tmux-mem-cpu-load-${{ matrix.arch_name }}.tar.xz ..
31
- name: "💾 save binaries"
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
33
with:
34
name: bin-artifact
35
path: tmux-mem-cpu-load-${{ matrix.arch_name }}.tar.xz
0 commit comments