From 4e74f8a24ca59d8fe353817a4c83f893d2556a92 Mon Sep 17 00:00:00 2001 From: Jonatan Czarniecki Date: Sun, 8 Jun 2025 17:31:23 +0200 Subject: [PATCH] fix: update CI workflow to reflect the changes from b1e424fb --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0065e1..c38e1b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,10 +66,12 @@ jobs: uses: ./.github/actions/build with: targets: ${{ env.CARGO_BUILD_TARGETS }} - + + - name: Create output directory for artifacts + run: mkdir -p "$OUTPUT_DIR" + - name: Package the artifacts - run: mkdir -p "$OUTPUT_DIR" && \ - ./.github/scripts/package-artifacts.sh + run: ./.github/scripts/package-artifacts.sh - name: Upload the artifacts uses: actions/upload-artifact@v4