mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
fix: update CI workflow to reflect the changes from b1e424fb
This commit is contained in:
parent
3d4fbf1c88
commit
4e74f8a24c
1 changed files with 5 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -67,9 +67,11 @@ jobs:
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue