build(github-actions): update workflow

This commit is contained in:
graelo 2020-06-02 20:29:13 +02:00
parent 193dca67e3
commit 7ffe2fbf7a

View file

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