mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
update release workflow
This commit is contained in:
parent
2ed5d9323a
commit
b1e424fbea
1 changed files with 4 additions and 2 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue