File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- name : Checkout
23
23
uses : actions/checkout@v2
24
- - run : cd $GITHUB_WORKSPACE
25
- - run : ls
26
- - run : pwd
27
- - name : Initialize repository submodules
28
- run : git submodule init
24
+ with :
25
+ submodules : true
29
26
30
27
# Build:
31
28
- name : Install
76
73
NUGET_PACKAGES : ${{ github.workspace }}/.github/nuget-packages
77
74
PACKAGE_VERSION_BASE : 1.7.9
78
75
steps :
79
- - run : apt-get update
80
76
- name : Set up Git
81
- run : apt-get install git
77
+ run : apt-get update && apt-get install -y software-properties-common && apt-get update && add-apt-repository -y ppa:git-core/ppa && apt-get update && apt-get install -y git
82
78
83
79
- name : Checkout
84
80
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Publish a New Version
8
8
2 . Update the license, if required.
9
9
3 . Update the copyright year in the ` copyright ` section of the ` tdlib.native.nuspec ` file.
10
10
4 . Update the version in the following places:
11
- - ` .github/workflows/main.yml ` : ` PACKAGE_VERSION_BASE ` environment variable
11
+ - ` .github/workflows/main.yml ` : ` PACKAGE_VERSION_BASE ` environment variable (2 occurrences)
12
12
- ` common/download-release.ps1 ` : ` $Version ` variable default value
13
13
- ` common/nuget-pack.ps1 ` : ` $Version ` variable default value
14
14
- ` .appveyor.yml ` : ` test_script ` section (2 occurrences)
You can’t perform that action at this time.
0 commit comments