diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f914c08..c9f181a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,11 +22,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - run: cd $GITHUB_WORKSPACE - - run: ls - - run: pwd - - name: Initialize repository submodules - run: git submodule init + with: + submodules: true # Build: - name: Install @@ -77,9 +74,8 @@ jobs: NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages PACKAGE_VERSION_BASE: 1.7.9 steps: - - run: apt-get update - name: Set up Git - run: apt-get install git + run: apt-get update && sudo apt-get install -y software-properties-common && sudo apt-get update && sudo add-apt-repository -y ppa:git-core/ppa && sudo apt-get update && sudo apt-get install -y git - name: Checkout uses: actions/checkout@v2 diff --git a/MAINTAINERSHIP.md b/MAINTAINERSHIP.md index 899f027..5e68f5e 100644 --- a/MAINTAINERSHIP.md +++ b/MAINTAINERSHIP.md @@ -8,7 +8,7 @@ Publish a New Version 2. Update the license, if required. 3. Update the copyright year in the `copyright` section of the `tdlib.native.nuspec` file. 4. Update the version in the following places: - - `.github/workflows/main.yml`: `PACKAGE_VERSION_BASE` environment variable + - `.github/workflows/main.yml`: `PACKAGE_VERSION_BASE` environment variable (2 occurrences) - `common/download-release.ps1`: `$Version` variable default value - `common/nuget-pack.ps1`: `$Version` variable default value - `.appveyor.yml`: `test_script` section (2 occurrences)