File tree Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 2121 - name : Check out repository
2222 uses : actions/checkout@v4.2.2
2323 with :
24- ref : ${{ github.event.pull_request.head.ref }}
24+ fetch-depth : 0
2525
2626 - name : Build Release
2727 run : |
@@ -38,14 +38,11 @@ jobs:
3838 build-macos :
3939 runs-on : macos-latest
4040
41- permissions :
42- contents : write
43-
4441 steps :
4542 - name : Check out repository
4643 uses : actions/checkout@v4.2.2
4744 with :
48- ref : ${{ github.event.pull_request.head.ref }}
45+ fetch-depth : 0
4946
5047 - name : Build Release
5148 run : |
@@ -65,14 +62,11 @@ jobs:
6562 build-windows :
6663 runs-on : windows-latest
6764
68- permissions :
69- contents : write
70-
7165 steps :
7266 - name : Check out repository
7367 uses : actions/checkout@v4.2.2
7468 with :
75- ref : ${{ github.event.pull_request.head.ref }}
69+ fetch-depth : 0
7670
7771 - name : Build Release
7872 shell : cmd
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Check out repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v4.2.2
23+ with :
24+ fetch-depth : 0
2325
2426 - name : Build Release
2527 run : |
3032
3133 steps :
3234 - name : Check out repository
33- uses : actions/checkout@v4
35+ uses : actions/checkout@v4.2.2
36+ with :
37+ fetch-depth : 0
3438
3539 - name : Build Release
3640 run : |
4448
4549 steps :
4650 - name : Check out repository
47- uses : actions/checkout@v4
51+ uses : actions/checkout@v4.2.2
52+ with :
53+ fetch-depth : 0
4854
4955 - name : Build Release
5056 shell : cmd
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Check out repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v4.2.2
33+ with :
34+ fetch-depth : 0
3335
3436 - name : Run tests
3537 run : ./bin/test.sh
3941
4042 steps :
4143 - name : Check out repository
42- uses : actions/checkout@v4
44+ uses : actions/checkout@v4.2.2
45+ with :
46+ fetch-depth : 0
4347
4448 - name : Setup .NET Core
4549 uses : actions/setup-dotnet@v4
6771
6872 steps :
6973 - name : Check out repository
70- uses : actions/checkout@v4
74+ uses : actions/checkout@v4.2.2
75+ with :
76+ fetch-depth : 0
7177
7278 - name : Copy files from project to UnityPackage
7379 run : |
You can’t perform that action at this time.
0 commit comments