File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7474
7575 - name : Pack NuGet Package
7676 run : |
77- nuget pack CA.nuspec -Version 8.0 .0
77+ nuget pack CA.nuspec -Version 8.1 .0
7878
7979 - name : Upload NuGet Package
8080 uses : actions/upload-artifact@v4
@@ -151,8 +151,8 @@ jobs:
151151 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
152152 with :
153153 upload_url : ${{ steps.create_release.outputs.upload_url }}
154- asset_path : ./continuous-clearing.8.0 .0.nupkg
155- asset_name : continuous-clearing.8.0 .0.nupkg
154+ asset_path : ./continuous-clearing.8.1 .0.nupkg
155+ asset_name : continuous-clearing.8.1 .0.nupkg
156156 asset_content_type : application/octet-stream
157157
158158 - name : Upload ReadmeOSS_nupkg file to Release
@@ -173,4 +173,4 @@ jobs:
173173 upload_url : ${{ steps.create_release.outputs.upload_url }}
174174 asset_path : ${{ github.workspace }}/ReadmeOSS_continuous-clearing_DockerImage.html
175175 asset_name : ReadmeOSS_continuous-clearing_DockerImage.html
176- asset_content_type : text/html
176+ asset_content_type : text/html
You can’t perform that action at this time.
0 commit comments