fix: update CI workflow to reflect the changes from b1e424fb

This commit is contained in:
Jonatan Czarniecki 2025-06-08 17:31:23 +02:00
parent 3d4fbf1c88
commit 4e74f8a24c
No known key found for this signature in database
GPG key ID: 8B5FB251A803BDD0

View file

@ -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