From b1e424fbeabe38d25e30913cb9de220dea72fcd2 Mon Sep 17 00:00:00 2001 From: Jonatan Czarniecki Date: Sun, 8 Jun 2025 16:39:52 +0200 Subject: [PATCH] update release workflow --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28793ca..d00502e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,9 +56,11 @@ jobs: targets: ${{ env.CARGO_BUILD_TARGETS }} lint: false + - 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 artifact id: artifact-upload