mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +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
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: thumbs-macos.zip
|
name: copyrat-macos.zip
|
||||||
path: ./target/release/thumbs
|
path: ./target/release/*copyrat
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: thumbs-linux.zip
|
name: copyrat-linux.zip
|
||||||
path: ./target/release/thumbs
|
path: ./target/release/*copyrat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue