mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
add systemd to artifacts
This commit is contained in:
parent
2e4ddc6a24
commit
88b12f7a84
4 changed files with 7 additions and 2 deletions
1
.github/workflows/upload_dev_artifact.yml
vendored
1
.github/workflows/upload_dev_artifact.yml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
|||
cp -r scripts websoft9
|
||||
cp -r install websoft9
|
||||
cp -r docs websoft9
|
||||
cp -r systemd websoft9
|
||||
cp *.md websoft9
|
||||
cp version.json websoft9
|
||||
zip -r websoft9-$version.zip websoft9
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 0.8.22 release on 2023-09-27
|
||||
|
||||
1. add systemd to websoft9 artifacts
|
||||
|
||||
## 0.8.20 release on 2023-08-23
|
||||
|
||||
1. appmanage config files error:bug fix
|
||||
|
|
|
@ -1 +1 @@
|
|||
1. websoft9 new framework init release
|
||||
1. add systemd to websoft9 artifacts
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.21",
|
||||
"version": "0.8.22",
|
||||
"plugins": {
|
||||
"portainer": "0.0.6",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Reference in a new issue