mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-05-07 05:32:42 +08:00
11 lines
156 B
YAML
11 lines
156 B
YAML
name: Build Main Binary
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build-binary:
|
|
uses: amtoaer/bili-sync/.github/workflows/build-binary.yaml@main
|