修正自动构建

This commit is contained in:
lkhsss
2025-06-14 17:38:56 +08:00
parent f093e079e3
commit aa44d14610

View File

@ -5,6 +5,7 @@ on:
push:
tags:
- "v*.*.*"
workflow_dispatch:
jobs:
release:
@ -107,7 +108,7 @@ jobs:
- name: Build
shell: bash
run: $BUILD_CMD build --locked --release --target=${{ matrix.target }} ${{ matrix.cargo-flags }}
run: $BUILD_CMD build --release --target=${{ matrix.target }} ${{ matrix.cargo-flags }}
- name: Build Archive
shell: bash