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
|
zip -r websoft9-$version.zip websoft9
|
||||||
cp websoft9-$version.zip artifacts
|
cp websoft9-$version.zip artifacts
|
||||||
cp install/install.sh artifacts
|
cp install/install.sh artifacts
|
||||||
cp install/update.sh artifacts
|
|
||||||
cp version.json artifacts
|
cp version.json artifacts
|
||||||
cp CHANGELOG.md artifacts
|
cp CHANGELOG.md artifacts
|
||||||
cp artifacts/websoft9-$version.zip artifacts/websoft9-latest.zip
|
cp artifacts/websoft9-$version.zip artifacts/websoft9-latest.zip
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
},
|
},
|
||||||
"OS": {
|
"OS": {
|
||||||
"Fedora": [
|
"Fedora": [
|
||||||
"38",
|
"37",
|
||||||
"37"
|
"35"
|
||||||
],
|
],
|
||||||
"RedHat": [
|
"RedHat": [
|
||||||
"9",
|
"9",
|
||||||
|
|
Loading…
Add table
Reference in a new issue