From f5e7e7de5adb4cdf2362fea7ca3168c7c170ab8d Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sat, 18 May 2024 15:04:23 +0200 Subject: [PATCH] enable preview releases --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 64a6689..1424276 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -98,8 +98,8 @@ jobs: ${{github.workspace}}/${{ github.event.repository.name }}-${{ steps.tag.outputs.name }}-${{ runner.os }}-msvc-x86_64.zip release: - if: false - #if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) }} + #if: false + if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) }} runs-on: ubuntu-latest