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
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -66,10 +66,12 @@ jobs:
|
||||||
uses: ./.github/actions/build
|
uses: ./.github/actions/build
|
||||||
with:
|
with:
|
||||||
targets: ${{ env.CARGO_BUILD_TARGETS }}
|
targets: ${{ env.CARGO_BUILD_TARGETS }}
|
||||||
|
|
||||||
|
- name: Create output directory for artifacts
|
||||||
|
run: mkdir -p "$OUTPUT_DIR"
|
||||||
|
|
||||||
- name: Package the artifacts
|
- name: Package the artifacts
|
||||||
run: mkdir -p "$OUTPUT_DIR" && \
|
run: ./.github/scripts/package-artifacts.sh
|
||||||
./.github/scripts/package-artifacts.sh
|
|
||||||
|
|
||||||
- name: Upload the artifacts
|
- name: Upload the artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue