From a6dbcedf94627e0187859e25abdeccb393506c61 Mon Sep 17 00:00:00 2001 From: Hasan Manzak Date: Thu, 23 Feb 2023 03:57:01 +0300 Subject: [PATCH] acaba? --- .github/workflows/ci.yml | 6 ++++-- build/Build.cs | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f70d4ab..503b225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,10 +23,12 @@ on: - 'releases/*' jobs: - ubuntu-latest: - name: ubuntu-20.04 + ubuntu-20_04: + name: ubuntu-20_04 runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Run './build.cmd Ci' run: ./build.cmd Ci diff --git a/build/Build.cs b/build/Build.cs index dc80ed3..6310937 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -18,7 +18,8 @@ using static Nuke.Common.Tools.DotNet.DotNetTasks; OnPullRequestBranches = new[] {"master", "releases/*"}, AutoGenerate = true, InvokedTargets = new[] {nameof(Ci)}, - CacheKeyFiles = new string[0] + CacheKeyFiles = new string[0], + FetchDepth = 0 ) ] [GitHubActions("ci_publish", GitHubActionsImage.UbuntuLatest,