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