Skip to content

Commit

Permalink
Fix reference to UI controls project
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Dec 17, 2024
1 parent a8c77e8 commit e623e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-controls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e623e59

Please sign in to comment.