更新 .github/workflows/build-exe.yml

This commit is contained in:
miu
2026-03-15 04:50:10 +08:00
Unverified
parent 640a927fbf
commit c0003b533b

View File

@@ -8,6 +8,9 @@ on:
jobs:
build:
runs-on: Ubuntu_docker_act # 使用上面的标签
container:
image: ubuntu-latest
steps:
- uses: actions/checkout@v4