修改触发
Some checks failed
Release / build (aarch64, macos-latest) (push) Has been cancelled
Release / build (aarch64, ubuntu-latest) (push) Has been cancelled
Release / build (aarch64, windows-latest) (push) Has been cancelled
Release / build (x86_64, macos-latest) (push) Has been cancelled
Release / build (x86_64, ubuntu-latest) (push) Has been cancelled
Release / build (x86_64, windows-latest) (push) Has been cancelled
Release / release (push) Has been cancelled
Rust Cross-Compile and Release / build_and_release (push) Failing after 2m21s

This commit is contained in:
Yakumo Hokori
2025-11-03 15:31:59 +08:00
parent 72c916af2b
commit 582d74a2fb

View File

@@ -1,12 +1,11 @@
name: Rust Cross-Compile and Release
# on:
# push:
# tags:
# - 'v*.*.*' # 当有形如 v1.0.0 的标签被推送到仓库时触发此工作流
on:
workflow_dispatch: # 启用手动触发工作流
workflow_dispatch:
push:
tags:
- 'v*.*.*' # 当有形如 v1.0.0 的标签被推送到仓库时触发此工作流
jobs:
build_and_release: