File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
run : dotnet build --no-restore -c Release -p:VersionSuffix=$GITHUB_RUN_NUMBER
55
55
- name : Pack solution [Release]
56
56
working-directory : src
57
- run : dotnet pack --no-restore --no-build -c Release -p:VersionSuffix=$GITHUB_RUN_NUMBER -p:PackageOutputPath=out
57
+ run : dotnet pack --no-restore --no-build -c Release -p:VersionSuffix=$GITHUB_RUN_NUMBER -p:PackageOutputPath=../ out
58
58
# See: https://github.com/dotnet/sdk/issues/30624#issuecomment-1432118204
59
59
- name : Upload artifacts
60
60
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 61
61
run : dotnet build --no-restore -c Release -p:Version=$version
62
62
- name : Pack solution [Release]
63
63
working-directory : src
64
- run : dotnet pack --no-restore --no-build -c Release -p:Version=$version -p:PackageOutputPath=out
64
+ run : dotnet pack --no-restore --no-build -c Release -p:Version=$version -p:PackageOutputPath=../ out
65
65
# See: https://github.com/dotnet/sdk/issues/30624#issuecomment-1432118204
66
66
- name : Upload Nuget packages as workflow artifacts
67
67
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments