Skip to content

Commit 3221f59

Browse files
Opt, 错误收集添加metadata.txt
1 parent 608e395 commit 3221f59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Build&Test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
shell: cmd
137137
run: |
138138
::打包Nuget
139-
nuget pack NuGet\YY.Base.nuspec @NuGet\metadata.txt
139+
nuget pack NuGet\YY.Base.nuspec "@.\NuGet\metadata.txt"
140140
141141
- uses: actions/upload-artifact@v4
142142
with:
@@ -156,6 +156,7 @@ jobs:
156156
x64\Release\UnitTest.dll
157157
x64\Release\UnitTest.pdb
158158
x64\Release\*.log
159+
NuGet\metadata.txt
159160
160161
- name: 内容发布
161162
if: contains(github.ref, 'tags/')

0 commit comments

Comments
 (0)