File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7575 dotnet nuget push ./OpenXmlPowerTools/bin/Release/*.nupkg --skip-duplicate --api-key ${{secrets.NUGET_TEST_TOKEN}} --source https://apiint.nugettest.org/v3/index.json
7676 - uses : papeloto/action-zip@v1
7777 with :
78- files : ./OpenXmlPowerTools/bin/Release/net6.0/publish/
78+ files : ./OpenXmlPowerTools/bin/Release/
7979 dest : OpenXmlPowerTools.zip
8080 - uses : " marvinpinto/action-automatic-releases@latest"
8181 with :
8484 prerelease : true
8585 title : " Prerelease Build"
8686 files : |
87- LICENSE
8887 OpenXmlPowerTools.zip
Original file line number Diff line number Diff line change 88 <Authors >Contributors</Authors >
99 <Company >Codeuctivity</Company >
1010
11- <Version Condition =" '$(GITHUB_RUN_NUMBER)' != ''" >1.0 .$(GITHUB_RUN_NUMBER)</Version >
11+ <Version Condition =" '$(GITHUB_RUN_NUMBER)' != ''" >5.1 .$(GITHUB_RUN_NUMBER)</Version >
1212 <Version Condition =" '$(GITHUB_RUN_NUMBER)' == ''" >5.1.0</Version >
1313 <AssemblyVersion >$(Version)</AssemblyVersion >
1414 <FileVersion >$(Version)</FileVersion >
You can’t perform that action at this time.
0 commit comments