update release workflow

This commit is contained in:
Jonatan Czarniecki 2025-06-08 16:39:52 +02:00 committed by GitHub
parent 2ed5d9323a
commit b1e424fbea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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