From e623e59182f6ee15cb253a1b6f7842bb0907d5f1 Mon Sep 17 00:00:00 2001 From: Lamparter <71598437+Lamparter@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:28:19 +0000 Subject: [PATCH] Fix reference to UI controls project --- .github/workflows/cd-controls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-controls.yml b/.github/workflows/cd-controls.yml index 350d96541039..a8275b3a844b 100644 --- a/.github/workflows/cd-controls.yml +++ b/.github/workflows/cd-controls.yml @@ -64,7 +64,7 @@ jobs: run: dotnet restore ${{ env.PACKAGE_PROJECT_PATH }} - name: Build Files UI Controls - run: dotnet build ${{ matrix.project }}.csproj --configuration Release --no-restore + run: dotnet build ${{ env.PACKAGE_PROJECT_PATH }}.csproj --configuration Release --no-restore - name: Package Files UI Controls run: dotnet pack ${{ env.PACKAGE_PROJECT_PATH }}.csproj --configuration Release --no-build -o ./output -p:Version=${{ steps.extract_version.outputs.version }}