File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11name : Release
22
33on :
4- push :
5- tags :
6- # ex. "v1.2.3", "v1.2.3-rc1"
7- - " v[0-9]+.[0-9]+.*"
4+ release :
5+ types : [ published ]
86
97jobs :
108 publish :
7068
7169 - name : Publish to NuGet
7270 run : make publish key=${{ secrets.NUGET_API_KEY }}
71+
72+ # TODO: Upload artifact to previous release
73+
Original file line number Diff line number Diff line change 3535 <files >
3636 <file src =" lib\net\netstandard2.0\EasyPost.dll" target =" lib\netstandard2.0" />
3737 <file src =" lib\net\netstandard2.0\EasyPost.XML" target =" lib\netstandard2.0" />
38- <file src =" lib\net\netcoreapp3.1\EasyPost.dll" target =" lib\netcoreapp3.1" />
39- <file src =" lib\net\netcoreapp3.1\EasyPost.XML" target =" lib\netcoreapp3.1" />
4038 <file src =" lib\net\net5.0\EasyPost.dll" target =" lib\net5.0" />
4139 <file src =" lib\net\net5.0\EasyPost.XML" target =" lib\net5.0" />
4240 <file src =" lib\net\net6.0\EasyPost.dll" target =" lib\net6.0" />
4341 <file src =" lib\net\net6.0\EasyPost.XML" target =" lib\net6.0" />
4442 <file src =" lib\net\net7.0\EasyPost.dll" target =" lib\net7.0" />
4543 <file src =" lib\net\net7.0\EasyPost.XML" target =" lib\net7.0" />
44+ <file src =" lib\net\net8.0\EasyPost.dll" target =" lib\net8.0" />
45+ <file src =" lib\net\net8.0\EasyPost.XML" target =" lib\net8.0" />
4646 <file src =" README.md" target =" docs\" />
4747 <file src =" icon.png" target =" images\" />
4848 </files >
You can’t perform that action at this time.
0 commit comments