From 5324247187a6aed2a10f9e326dbec37e5b6a91d2 Mon Sep 17 00:00:00 2001 From: Xerbo Date: Mon, 7 Sep 2020 12:34:06 +0100 Subject: [PATCH] Run debug build on the correct branch --- .github/workflows/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 34ed787..22f580a 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -3,7 +3,7 @@ name: x86 Debug on: push: branches: - - master + - devel env: BUILD_TYPE: Debug @@ -50,5 +50,5 @@ jobs: - name: Upload compilied binary uses: actions/upload-artifact@v2 with: - name: Release build + name: Debug build path: ${{runner.workspace}}/build/aptdec