mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
put update.sh into artifacts
This commit is contained in:
parent
1052f19810
commit
3ea3f279d7
2 changed files with 2 additions and 1 deletions
2
.github/workflows/upload_artifact.yml
vendored
2
.github/workflows/upload_artifact.yml
vendored
|
@ -37,6 +37,8 @@ jobs:
|
|||
cp version.json websoft9
|
||||
zip -r websoft9-$version.zip websoft9
|
||||
cp websoft9-$version.zip artifacts
|
||||
cp install/install.sh artifacts
|
||||
cp install/update.sh artifacts
|
||||
cp version.json artifacts
|
||||
cp CHANGELOG.md artifacts
|
||||
cp artifacts/websoft9-$version.zip artifacts/websoft9-latest.zip
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
"7"
|
||||
],
|
||||
"Rocky": [
|
||||
"9",
|
||||
"8"
|
||||
],
|
||||
"CentOS Stream": [
|
||||
|
|
Loading…
Reference in a new issue