This commit is contained in:
WJQSERVER 2025-01-15 06:53:10 +08:00
parent 5258046faa
commit c2047c49e5
16 changed files with 555 additions and 391 deletions

View file

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- 'main'
- 'dev'
paths:
- 'DEV-VERSION'
@ -20,7 +20,9 @@ jobs:
GO_VERSION: 1.23.4
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: dev
- name: 加载版本号
run: |
if [ -f DEV-VERSION ]; then