File tree 2 files changed +14
-12
lines changed
2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v3
18
18
with :
19
19
token : ${{ secrets.GITHUB_TOKEN }}
20
-
20
+ submodules : ' true'
21
+
21
22
- name : 设置.NET Core
22
23
uses : actions/setup-dotnet@v4
23
24
with :
@@ -31,12 +32,12 @@ jobs:
31
32
MAINVERSION=$(cat ./build/main_version)
32
33
echo "MAINVERSION=$MAINVERSION" >> $GITHUB_ENV
33
34
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
40
41
41
42
- name : 构建源码
42
43
shell : bash
Original file line number Diff line number Diff line change @@ -17,17 +17,18 @@ jobs:
17
17
uses : actions/checkout@v3
18
18
with :
19
19
token : ${{ secrets.GITHUB_TOKEN }}
20
+ submodules : ' true'
20
21
21
22
- name : 设置.NET Core
22
23
uses : actions/setup-dotnet@v4
23
24
with :
24
25
dotnet-version : 8.0.403
25
26
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
31
32
32
33
- name : 构建 源码
33
34
working-directory : ./
You can’t perform that action at this time.
0 commit comments