Files
spt-server-ci/.github/workflows/BuildLauncher.yml
2025-11-21 12:46:12 +08:00

13 lines
264 B
YAML

name: 构建启动器
on: workflow_dispatch
jobs:
build-launcher:
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: build launcher
run: |
chmod a+x ./bin/*
./build-launcher.sh