From 1858fa0e89b5c63546c3259bc8a537732b912742 Mon Sep 17 00:00:00 2001 From: DroidKali Date: Wed, 18 May 2022 18:05:38 +0800 Subject: [PATCH] workflows/win_release.yml: Fix build type Signed-off-by: DroidKali --- .github/workflows/win_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win_release.yml b/.github/workflows/win_release.yml index 8dd6782..2d6b4e8 100644 --- a/.github/workflows/win_release.yml +++ b/.github/workflows/win_release.yml @@ -5,7 +5,7 @@ on: branches: - master env: - BUILD_TYPE: Debug + BUILD_TYPE: Release jobs: build: @@ -26,5 +26,5 @@ jobs: - name: Upload compilied binary uses: actions/upload-artifact@v2 with: - name: Debug build + name: Release build path: ${{runner.workspace}}/aptdec/winbuild/aptdec-1.7.0.zip