mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
apphub
This commit is contained in:
parent
3777bfea3b
commit
a0b027c428
2 changed files with 2 additions and 3 deletions
1
.github/workflows/upload_dev_artifact.yml
vendored
1
.github/workflows/upload_dev_artifact.yml
vendored
|
@ -39,7 +39,6 @@ jobs:
|
|||
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
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
},
|
||||
"OS": {
|
||||
"Fedora": [
|
||||
"38",
|
||||
"37"
|
||||
"37",
|
||||
"35"
|
||||
],
|
||||
"RedHat": [
|
||||
"9",
|
||||
|
|
Loading…
Reference in a new issue