File tree Expand file tree Collapse file tree
.github/actions/dotnet/pack Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ inputs:
1616runs :
1717 using : " composite"
1818 steps :
19- - name : Pack pre-release version ${{steps.version.outputs.nuGetVersionV2}}
20- shell : bash
21- run : dotnet pack --configuration ${{ inputs.dotnet-build-configuration }} --verbosity normal --no-restore -p:PackageVersion=${{ inputs.pre-release-version }} --output ./packages/preview
22-
2319 - name : Pack release version ${{steps.version.outputs.majorMinorPatch}}
2420 shell : bash
2521 run : dotnet pack --configuration ${{ inputs.dotnet-build-configuration }} --verbosity normal --no-restore -p:PackageVersion=${{ inputs.release-version }} --output ./packages/release
2824 uses : actions/upload-artifact@v4
2925 with :
3026 name : packages
31- path : packages/release
27+ path : ./ packages/release
You can’t perform that action at this time.
0 commit comments