Skip to content

Commit bd85339

Browse files
committed
Fix path to dist folder
1 parent e570ea4 commit bd85339

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
- name: Setup MSBuild
4545
uses: microsoft/setup-msbuild@v2
4646

47-
- name: Setup dotnet sign
48-
run: dotnet tool install --tool-path . --prerelease sign
49-
5047
- name: Cache dotnet tools
5148
uses: actions/cache@v4
5249
id: cache-dotnettools
@@ -98,7 +95,7 @@ jobs:
9895
with:
9996
nupkg-path: '**/*.nupkg'
10097
trusted-signing-file: '.\Source\trustedsigning.json'
101-
working-directory: 'dist'
98+
working-directory: '${{ github.workspace }}/dist'
10299
publisher-name: 'NetOfficeFw'
103100
description: 'NetOffice Framework'
104101
description-url: 'https://github.com/NetOfficeFw/NetOffice'

0 commit comments

Comments
 (0)