latest version improve

This commit is contained in:
qiaofeng1227 2023-07-24 11:20:02 +08:00
parent 2ba11515fd
commit a2be5e32c2
2 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,7 @@ on:
branches: [main]
paths:
- "version.json"
- "CHANGELOG.md"
jobs:
upload_artifact:
@ -28,8 +29,8 @@ jobs:
cp CHANGELOG.md websoft9
cp version.json websoft9
zip -r websoft9-$version.zip websoft9
zip -r websoft9-latest.zip websoft9
cp websoft9-$version.zip websoft9-latest.zip artifacts
cp websoft9-$version.zip artifacts
cp artifacts/websoft9-$version.zip artifacts/websoft9-latest.zip
- name: Upload To Azure Blob
uses: LanceMcCarthy/Action-AzureBlobUpload@v2

View file

@ -1,6 +1,6 @@
## 0.8.2 release on 2023-07-21
## 0.8.2 release on 2023-07-24
1. install from artifact
1. install from artifacts
## 0.7.2 release on 2023-06-25