mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
bc357615ef
commit
43ca775d1f
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -81,6 +81,7 @@ jobs:
|
||||
sed -i "s/version:.*$/version: ${VERSION}/g" */manifest.yml
|
||||
./compile-addons.sh
|
||||
zip -9 addons.zip -j *.addon VERSION
|
||||
sha256sum addons.zip >checksum.sha256
|
||||
|
||||
- name: Upload to Artifacts
|
||||
if: success() && env.VERSION == ''
|
||||
@ -89,6 +90,7 @@ jobs:
|
||||
name: addons
|
||||
path: |
|
||||
addons.zip
|
||||
checksum.sha256
|
||||
|
||||
- name: Release
|
||||
if: success() && env.VERSION != ''
|
||||
@ -101,4 +103,5 @@ jobs:
|
||||
${{ steps.Changelog.outputs.changelog }}
|
||||
artifacts: |
|
||||
addons.zip
|
||||
*.addon
|
||||
*.addon
|
||||
checksum.sha256
|
@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
name: acpid
|
||||
description: "Daemon for delivering ACPI events (Shutdown Button, CPU Frequency, etc.)"
|
||||
system: true
|
||||
system: false
|
||||
beta: false
|
||||
all:
|
||||
install-script: "install.sh"
|
||||
|
@ -36,7 +36,7 @@ can edit owner=1
|
||||
can delete from ui=1
|
||||
edit dialog=SYNO.SDS.TaskScheduler.EditDialog
|
||||
type=daily
|
||||
action=#common:run#: /bin/bash /usr/bin/updatenotify.sh
|
||||
action=#common:run#: /usr/bin/updatenotify.sh
|
||||
systemd slice=
|
||||
monthly week=0
|
||||
can edit from ui=1
|
||||
@ -50,7 +50,7 @@ repeat hour store config=[8,9,10,11,12,13,14,15,16,17,18,19,20]
|
||||
simple edit form=1
|
||||
repeat hour=8
|
||||
listable=1
|
||||
app args={"notify_enable":false,"notify_if_error":false,"notify_mail":"","script":"/bin/bash /usr/bin/updatenotify.sh"}
|
||||
app args={"notify_enable":false,"notify_if_error":false,"notify_mail":"","script":"/usr/bin/updatenotify.sh"}
|
||||
state=enabled
|
||||
can run task same time=0
|
||||
start day=0
|
||||
|
Loading…
Reference in New Issue
Block a user