From 3282a8a063923f1a02682cc63510a6865a7d22f3 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 23 Mar 2025 16:23:44 +0100 Subject: fix(ci): CI profile related stuff --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25b4c6a..e5d0cfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,4 +36,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: iced-builder-x86_64-unknown-linux-gnu - path: target/release/iced-builder + path: target/ci/iced-builder diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97439df..16dfd5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,6 @@ jobs: target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Check lints - run: cargo lint --profile ci + run: cargo lint - name: Run tests run: cargo test --verbose --profile ci -- cgit v1.2.3