修正自动构建

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: push:
tags: tags:
- "v*.*.*" - "v*.*.*"
workflow_dispatch:
jobs: jobs:
release: release:
@ -107,7 +108,7 @@ jobs:
- name: Build - name: Build
shell: bash 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 - name: Build Archive
shell: bash shell: bash