mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
latest version improve
This commit is contained in:
parent
2ba11515fd
commit
a2be5e32c2
2 changed files with 5 additions and 4 deletions
5
.github/workflows/upload_artifact.yml
vendored
5
.github/workflows/upload_artifact.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue