build: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-10-19 15:12:21 +02:00
parent 6d1d8b9ce9
commit cb76ba3284

View File

@ -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