We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e570ea4 commit bd85339Copy full SHA for bd85339
.github/workflows/release.yml
@@ -44,9 +44,6 @@ jobs:
44
- name: Setup MSBuild
45
uses: microsoft/setup-msbuild@v2
46
47
- - name: Setup dotnet sign
48
- run: dotnet tool install --tool-path . --prerelease sign
49
-
50
- name: Cache dotnet tools
51
uses: actions/cache@v4
52
id: cache-dotnettools
@@ -98,7 +95,7 @@ jobs:
98
95
with:
99
96
nupkg-path: '**/*.nupkg'
100
97
trusted-signing-file: '.\Source\trustedsigning.json'
101
- working-directory: 'dist'
+ working-directory: '${{ github.workspace }}/dist'
102
publisher-name: 'NetOfficeFw'
103
description: 'NetOffice Framework'
104
description-url: 'https://github.com/NetOfficeFw/NetOffice'
0 commit comments