mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +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
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue