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
6d1d8b9ce9
commit
cb76ba3284
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
VERSION="${{ env.VERSION }}"
|
VERSION="${{ env.VERSION }}"
|
||||||
sed -i "s/version:.*$/version: ${VERSION}/g" */manifest.yml
|
sed -i "s/version:.*$/version: ${VERSION}/g" */manifest.yml
|
||||||
./compile-addons.sh
|
./compile-addons.sh
|
||||||
zip -9 addons.zip -j *.addon VERSION
|
zip -9 addons-${{ env.VERSION }}.zip -j *.addon VERSION
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
if: success() && env.VERSION != ''
|
if: success() && env.VERSION != ''
|
||||||
@ -92,5 +92,5 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
${{ steps.Changelog.outputs.changelog }}
|
${{ steps.Changelog.outputs.changelog }}
|
||||||
artifacts: |
|
artifacts: |
|
||||||
addons.zip
|
addons-*.zip
|
||||||
*.addon
|
*.addon
|
Loading…
Reference in New Issue
Block a user