Skip to content

Commit 96f833d

Browse files
committed
release package path
1 parent 2e327e7 commit 96f833d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/actions/dotnet/pack/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ inputs:
1616
runs:
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
@@ -28,4 +24,4 @@ runs:
2824
uses: actions/upload-artifact@v4
2925
with:
3026
name: packages
31-
path: packages/release
27+
path: ./packages/release

0 commit comments

Comments
 (0)