Merge pull request #302 from AuxXxilium/dev

build: update 3
This commit is contained in:
AuxXxilium 2024-10-08 22:12:54 +02:00 committed by GitHub
commit 245b1df41a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -252,14 +252,12 @@ jobs:
merge-multiple: true
- name: Zip Modules
if: success() && env.VERSION != ''
run: |
zip -9 modules.zip -j output/*
sha256sum modules.zip >checksum.sha256
for i in ./output/*.tgz; do mv $i ${i/.tgz/.modules}; done
- name: Release
if: success() && env.VERSION != ''
uses: ncipollo/release-action@v1
with:
tag: ${{ env.VERSION }}