Skip to content

Commit

Permalink
Fix path to dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Dec 15, 2024
1 parent e570ea4 commit bd85339
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2

- name: Setup dotnet sign
run: dotnet tool install --tool-path . --prerelease sign

- name: Cache dotnet tools
uses: actions/cache@v4
id: cache-dotnettools
Expand Down Expand Up @@ -98,7 +95,7 @@ jobs:
with:
nupkg-path: '**/*.nupkg'
trusted-signing-file: '.\Source\trustedsigning.json'
working-directory: 'dist'
working-directory: '${{ github.workspace }}/dist'
publisher-name: 'NetOfficeFw'
description: 'NetOffice Framework'
description-url: 'https://github.com/NetOfficeFw/NetOffice'
Expand Down

0 comments on commit bd85339

Please sign in to comment.