build: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-10-19 15:12:30 +02:00
parent 8f28fd29a5
commit 9663054d83

View File

@ -56,17 +56,7 @@ jobs:
- name: Build Patches Package - name: Build Patches Package
run: | run: |
zip -9j custom.zip *.tgz *.gz VERSION zip -9j custom-${{ env.VERSION }}.zip *.tgz *.gz VERSION
sha256sum custom.zip >checksum.sha256
- name: Upload to Artifacts
if: success() && env.VERSION == ''
uses: actions/upload-artifact@v4
with:
name: custom
path: |
custom.zip
checksum.sha256
- name: Release - name: Release
if: success() && env.VERSION != '' if: success() && env.VERSION != ''
@ -79,5 +69,4 @@ jobs:
body: | body: |
${{ steps.Changelog.outputs.changelog }} ${{ steps.Changelog.outputs.changelog }}
artifacts: | artifacts: |
custom.zip custom-*.zip
checksum.sha256