mirror of
https://github.com/house-of-vanity/tmux-helper.git
synced 2026-02-04 01:37:57 +00:00
Bump upload action
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact_name }}
|
name: ${{ matrix.artifact_name }}
|
||||||
path: ./target/release/tmux-helper
|
path: ./target/release/tmux-helper
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
OUTDIR: $HOME/arch-packages
|
OUTDIR: $HOME/arch-packages
|
||||||
- run: mv $HOME/arch-packages/*pkg.tar.zst tmux-helper-x86_64.pkg.tar.zst
|
- run: mv $HOME/arch-packages/*pkg.tar.zst tmux-helper-x86_64.pkg.tar.zst
|
||||||
- name: Upload Arch Package
|
- name: Upload Arch Package
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: arch_linux_tmux-helper-x86_64.pkg.tar.zst
|
name: arch_linux_tmux-helper-x86_64.pkg.tar.zst
|
||||||
path: ./tmux-helper-x86_64.pkg.tar.zst
|
path: ./tmux-helper-x86_64.pkg.tar.zst
|
||||||
|
|||||||
Reference in New Issue
Block a user