mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 08:00:08 +01:00
build(github-actions): update workflow
This commit is contained in:
parent
193dca67e3
commit
7ffe2fbf7a
1 changed files with 6 additions and 6 deletions
12
.github/workflows/rust.yml
vendored
12
.github/workflows/rust.yml
vendored
|
|
@ -12,10 +12,10 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --release
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: thumbs-macos.zip
|
||||
path: ./target/release/thumbs
|
||||
name: copyrat-macos.zip
|
||||
path: ./target/release/*copyrat
|
||||
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --release
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: thumbs-linux.zip
|
||||
path: ./target/release/thumbs
|
||||
name: copyrat-linux.zip
|
||||
path: ./target/release/*copyrat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue