From 365df218f8861be7b5f2c1e8b4bf63d8cdf1b0b2 Mon Sep 17 00:00:00 2001 From: David Tchepak Date: Sat, 27 Apr 2024 19:26:07 +1000 Subject: [PATCH] Temp --- .github/workflows/release_build.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index bf95f5bb..3109cca5 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -2,8 +2,8 @@ name: Release build on: workflow_dispatch: push: - tags: - - 'v*' + # tags: + # - 'v*' env: CONFIGURATION: Release @@ -13,10 +13,12 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: | 6.0.x