mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +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 }}
|
targets: ${{ env.CARGO_BUILD_TARGETS }}
|
||||||
lint: false
|
lint: false
|
||||||
|
|
||||||
|
- 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 artifact
|
- name: Upload artifact
|
||||||
id: artifact-upload
|
id: artifact-upload
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue