mirror of
https://github.com/AuxXxilium/arc-c.git
synced 2024-11-23 15:01:07 +07:00
commit
56775cc59c
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -225,13 +225,18 @@ jobs:
|
||||
tag_name: ${{ env.VERSION }}
|
||||
prerelease: ${{ inputs.prerelease }}
|
||||
body: |
|
||||
Notice:
|
||||
${{ inputs.notice }}
|
||||
|
||||
Buildroot: ${{ inputs.br_version }}
|
||||
Addons: ${{ env.ADDONSTAG }}
|
||||
Configs: ${{ env.CONFIGSTAG }}
|
||||
Modules: ${{ env.MODULESTAG }}
|
||||
Patches: ${{ env.PATCHESTAG }}
|
||||
LKM: ${{ env.LKMTAG }}
|
||||
${{ steps.Changelog.outputs.changelog }}
|
||||
|
||||
Changelog:
|
||||
${{ steps.Changelog.outputs.changelog }}
|
||||
files: |
|
||||
arc-c-${{ env.VERSION }}.img.zip
|
||||
# arc-c_4GB-${{ env.VERSION }}.img.zip
|
||||
|
@ -201,7 +201,7 @@ function arcsettings() {
|
||||
writeConfigKey "addons.expands" "" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "addons.hibernation" "" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "addons.hdddb" "" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "addons.nvmevolume" "" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "addons.nvmestorage" "" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "addons.powersched" "" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "addons.storagepanel" "" "${USER_CONFIG_FILE}"
|
||||
# Check for ACPI Support
|
||||
|
Loading…
Reference in New Issue
Block a user