Skip to content

Commit

Permalink
fix: working directory to run tests and use sln
Browse files Browse the repository at this point in the history
  • Loading branch information
ppiwow-apay committed Apr 10, 2024
1 parent fcd3696 commit 9e00226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/${{ inputs.projectName }}
working-directory: ./
outputs:
nupkgFilename: ${{ steps.nupkg.outputs.filename }}
steps:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
if: inputs.publish
with:
name: package
path: src/${{ inputs.projectName }}/package
path: package
publish:
runs-on: windows-latest
if: inputs.publish
Expand Down

0 comments on commit 9e00226

Please sign in to comment.