Skip to content

Commit 5798ab4

Browse files
authored
Update release_apidiff.yml
1 parent 7a2b85f commit 5798ab4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_apidiff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up .NET
1616
uses: actions/setup-dotnet@v4
1717
with:
18-
dotnet-version: 8.0.x
18+
dotnet-version: 10.0.x
1919

2020
- name: Install generator
2121
run: dotnet tool install --global dotMorten.OmdGenerator
@@ -48,7 +48,7 @@ jobs:
4848
shell: bash
4949
run: |
5050
generateomd \
51-
/source=src/WinUIEx/ \
51+
/source=src/WinUIEx/WinUIEx.csproj \
5252
/gitRepo=${{ github.server_url }}/${{ github.repository }} \
5353
/sourceRef=${{ github.event.release.tag_name }} \
5454
/compareRef=${{ steps.previous_release.outputs.tag }} \

0 commit comments

Comments
 (0)