Skip to content

Commit a213735

Browse files
committed
Update dotnet-desktop.yml
1 parent 56cc3b4 commit a213735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
GH_REPO: ${{ github.repository }}
3131
run: |
3232
tag="${{ steps.tag.outputs.tag }}"
33-
body="laolarou/ProcessorLatencyTool@${{ needs.prepare.outputs.commit }}"
33+
body="laolarou726/ProcessorLatencyTool@${{ needs.prepare.outputs.commit }}"
3434
gh release create --draft "$tag" --title "$tag" --notes "$body"
3535
3636
build:

0 commit comments

Comments
 (0)