mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-05-07 06:22:54 +08:00
12 lines
209 B
YAML
12 lines
209 B
YAML
name: Build Main Binary
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build-binary:
|
|
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
|
uses: amtoaer/bili-sync/.github/workflows/build-binary.yaml@main
|