Skip to content

Commit fb9e2d4

Browse files
authored
Update build-and-release.yml (#294)
1 parent 0a8f9d9 commit fb9e2d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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

0 commit comments

Comments
 (0)