From 9611eb6522f021d00a3dd84ab788c3e4e8b41164 Mon Sep 17 00:00:00 2001 From: Gerrit Date: Tue, 30 May 2023 13:33:40 +0200 Subject: [PATCH] Remove configuration matrix --- .github/workflows/build.yml | 5 ----- .github/workflows/release.yml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1535f3c..1f63077 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,12 +9,7 @@ on: jobs: build: - strategy: - matrix: - configuration: [Release] - runs-on: windows-latest - env: solution: AmagnoVirtualPrinter.sln configuration: Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0111a0f..081112a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: call-build: uses: ./.github/workflows/build.yml - build: + release: runs-on: windows-latest needs: call-build steps: