File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
4242 run : dotnet test --no-build --configuration Release --verbosity normal
4343 - name : Pack
4444 if : startsWith(github.ref, 'refs/tags/v')
45- run : dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{env.DOTNET_ROOT }}/TestTools.ConsolePack --no-build
45+ run : dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{github.workspace }}/TestTools.ConsolePack --no-build
4646 - name : Upload Artifacts
4747 if : startsWith(github.ref, 'refs/tags/v')
4848 uses : actions/upload-artifact@v3
4949 with :
5050 name : NuGet
51- path : ${{env.DOTNET_ROOT }}/TestTools.ConsolePack
51+ path : ${{github.workspace }}/TestTools.ConsolePack
5252
5353 deploy :
5454 if : startsWith(github.ref, 'refs/tags/v')
You can’t perform that action at this time.
0 commit comments