From 1f856677646d52acced3101624435f0cd20faefa Mon Sep 17 00:00:00 2001 From: Valters Melnalksnis Date: Tue, 14 Jun 2022 21:20:17 +0300 Subject: [PATCH] fix(build): Fix project names --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afc0543..a4371c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,9 +10,8 @@ jobs: strategy: matrix: project: - - Gnomeshade.Interfaces.Desktop - - Gnomeshade.Interfaces.WebApi - - Gnomeshade.Interfaces.Desktop + - VMelnalksnis.NordigenDotNet + - VMelnalksnis.NordigenDotNet.DependencyInjection runs-on: ubuntu-latest env: