fix(ci): rename build script name
Release / Prepare release (push) Successful in 7s
Release / Build release assets (push) Successful in 15m50s

This commit is contained in:
2026-06-05 17:35:50 +08:00
Unverified
parent 732c43d288
commit 17c32fe3f2
+3 -3
View File
@@ -6,8 +6,8 @@ on:
- master
paths:
- ".github/workflows/release.yml"
- "scripts/publish.ps1"
- "scripts/publish.sh"
- "scripts/build.ps1"
- "scripts/build.sh"
- "scripts/docker/Dockerfile.release"
tags:
- "*"
@@ -121,7 +121,7 @@ jobs:
- name: Build release assets
shell: bash
run: bash scripts/publish.sh --version "${VERSION}" --rust-image "${RUST_IMAGE}" --apt-mirror "${APT_MIRROR}" --clean
run: bash scripts/build.sh --version "${VERSION}" --rust-image "${RUST_IMAGE}" --apt-mirror "${APT_MIRROR}" --clean
- name: Upload release assets
shell: bash