mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 12:29:54 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
ea4c06626b
commit
66248195ce
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@ -14,10 +14,10 @@ on:
|
||||
description: "format %y.%-m.$i or auto"
|
||||
required: false
|
||||
type: string
|
||||
next:
|
||||
description: "-next Release"
|
||||
notice:
|
||||
description: "Notice here"
|
||||
required: false
|
||||
type: boolean
|
||||
type: string
|
||||
prerelease:
|
||||
description: "pre release"
|
||||
default: false
|
||||
@ -104,10 +104,6 @@ jobs:
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "${{ inputs.next }}" = "true" ]; then
|
||||
VERSION="${VERSION}-next"
|
||||
fi
|
||||
|
||||
echo "Version: ${VERSION}"
|
||||
echo "VERSION=${VERSION}" >> $GITHUB_ENV
|
||||
|
||||
@ -229,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-${{ env.VERSION }}.img.zip
|
||||
# arc_4GB-${{ env.VERSION }}.img.zip
|
||||
|
Loading…
Reference in New Issue
Block a user