diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7eb1343..586e578 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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