Skip to content

Commit eac3298

Browse files
committed
up
1 parent c967621 commit eac3298

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

.github/workflows/launcher-build.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
uses: actions/checkout@v3
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
20-
20+
submodules: 'true'
21+
2122
- name: 设置.NET Core
2223
uses: actions/setup-dotnet@v4
2324
with:
@@ -31,12 +32,12 @@ jobs:
3132
MAINVERSION=$(cat ./build/main_version)
3233
echo "MAINVERSION=$MAINVERSION" >> $GITHUB_ENV
3334
34-
- name: 更新源码
35-
shell: bash
36-
working-directory: ./
37-
run: |
38-
chmod a+x ./build/update.sh
39-
./build/update.sh
35+
# - name: 更新源码
36+
# shell: bash
37+
# working-directory: ./
38+
# run: |
39+
# chmod a+x ./build/update.sh
40+
# ./build/update.sh
4041

4142
- name: 构建源码
4243
shell: bash

.github/workflows/plugin-build.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@ jobs:
1717
uses: actions/checkout@v3
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
20+
submodules: 'true'
2021

2122
- name: 设置.NET Core
2223
uses: actions/setup-dotnet@v4
2324
with:
2425
dotnet-version: 8.0.403
2526

26-
- name: 更新源码
27-
working-directory: ./
28-
run: |
29-
chmod a+x ./build/update.sh
30-
./build/update.sh
27+
# - name: 更新源码
28+
# working-directory: ./
29+
# run: |
30+
# chmod a+x ./build/update.sh
31+
# ./build/update.sh
3132

3233
- name: 构建 源码
3334
working-directory: ./

0 commit comments

Comments
 (0)