Skip to content

Commit 66e6ea2

Browse files
committed
Update dotnet-desktop.yml
1 parent 92eb367 commit 66e6ea2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
GH_TOKEN: ${{ secrets.PUBLISHTOKEN }}
9696
GH_REPO: ${{ github.repository }}
9797
run: gh release upload "${{ needs.release.outputs.tag }}" "Windows_${{ matrix.target }}.zip"
98-
working-directory: ./ProcessorLatencyTool/bin/Release/net9.0
98+
working-directory: ./ProcessorLatencyTool/bin/Release/net9.0/win-${{ matrix.target }}
9999

100100
- name: Upload Built Binaries (macOS)
101101
if: matrix.os == 'macos-latest'
@@ -104,7 +104,7 @@ jobs:
104104
GH_TOKEN: ${{ secrets.PUBLISHTOKEN }}
105105
GH_REPO: ${{ github.repository }}
106106
run: gh release upload "${{ needs.release.outputs.tag }}" "macOS_${{ matrix.target }}.zip"
107-
working-directory: ./ProcessorLatencyTool/bin/Release/net9.0
107+
working-directory: ./ProcessorLatencyTool/bin/Release/net9.0/osx-${{ matrix.target }}
108108

109109
- name: Upload Built Binaries (Linux)
110110
if: matrix.os == 'ubuntu-latest'
@@ -113,7 +113,7 @@ jobs:
113113
GH_TOKEN: ${{ secrets.PUBLISHTOKEN }}
114114
GH_REPO: ${{ github.repository }}
115115
run: gh release upload "${{ needs.release.outputs.tag }}" "Linux_${{ matrix.target }}.zip"
116-
working-directory: ./ProcessorLatencyTool/bin/Release/net9.0
116+
working-directory: ./ProcessorLatencyTool/bin/Release/net9.0/linux-${{ matrix.target }}
117117

118118
publish:
119119
name: Publish Release

0 commit comments

Comments
 (0)