Skip to content

Commit f7fc57b

Browse files
committed
Fix reference to UI controls project
1 parent 00b55a2 commit f7fc57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-controls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: dotnet restore ${{ env.PACKAGE_PROJECT_PATH }}
6565

6666
- name: Build Files UI Controls
67-
run: dotnet build ${{ matrix.project }}.csproj --configuration Release --no-restore
67+
run: dotnet build ${{ env.PACKAGE_PROJECT_PATH }}.csproj --configuration Release --no-restore
6868

6969
- name: Package Files UI Controls
7070
run: dotnet pack ${{ env.PACKAGE_PROJECT_PATH }}.csproj --configuration Release --no-build -o ./output -p:Version=${{ steps.extract_version.outputs.version }}

0 commit comments

Comments
 (0)