mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
e3.0.3rc1
This commit is contained in:
parent
55158c0cb1
commit
1498156f56
2 changed files with 5 additions and 3 deletions
6
.github/workflows/build-dev.yml
vendored
6
.github/workflows/build-dev.yml
vendored
|
|
@ -51,7 +51,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: dev
|
||||
#ref: dev
|
||||
ref: v3
|
||||
- name: 加载版本号
|
||||
run: |
|
||||
if [ -f DEV-VERSION ]; then
|
||||
|
|
@ -114,7 +115,8 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: dev
|
||||
#ref: dev
|
||||
ref: v3
|
||||
- name: Load VERSION
|
||||
run: |
|
||||
if [ -f DEV-VERSION ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue