Merge pull request #310 from AuxXxilium/dev

build: update
This commit is contained in:
AuxXxilium 2024-10-19 15:14:20 +02:00 committed by GitHub
commit 56a307bb8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,7 +256,7 @@ jobs:
- name: Zip Modules
run: |
zip -9 modules.zip -j output/*.tgz
zip -9j modules-${{ env.VERSION }}.zip output/*.tgz
- name: Release
uses: ncipollo/release-action@v1
@ -268,5 +268,5 @@ jobs:
body: |
${{ steps.Changelog.outputs.changelog }}
artifacts: |
modules.zip
modules-*.zip
./output/*.tgz