Fix CI script and resolve artifact name conflict

[skip ci] No need for testing this.
next
Sayan Nandan 3 years ago
parent 60f625196f
commit e6ae290334
No known key found for this signature in database
GPG Key ID: 8BC07A0A4D41DD52

@ -76,6 +76,10 @@ steps:
kind: pipeline
type: docker
name: Test on Linux (x86_64)
trigger:
event:
exclude:
- tag
steps:
- name: Test

@ -28,7 +28,7 @@ jobs:
artifact: x86_64-linux-gnu
- rust: x86_64-unknown-linux-musl
os: ubuntu-latest
artifact: x86_64-linux-gnu
artifact: x86_64-linux-musl
- rust: x86_64-apple-darwin
os: macos-latest
artifact: x86_64-macos
@ -48,7 +48,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ matrix.rust }}-${{ hashFiles('**/lockfiles') }}
key: ${{ matrix.rust }}-${{ hashFiles('Cargo.lock') }}
- name: Install Rust
run: |

Loading…
Cancel
Save