From e6ae290334c4489c51c737f5effee114a3e7b39c Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Sat, 12 Feb 2022 12:37:53 +0530 Subject: [PATCH] Fix CI script and resolve artifact name conflict [skip ci] No need for testing this. --- .build.yml | 4 ++++ .github/workflows/release.yml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 912456b7..5b3f61c4 100644 --- a/.build.yml +++ b/.build.yml @@ -76,6 +76,10 @@ steps: kind: pipeline type: docker name: Test on Linux (x86_64) +trigger: + event: + exclude: + - tag steps: - name: Test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc9f4fee..55b857e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |