2 Commits

Author SHA1 Message Date
a45f60c09e fix: Update build.yml 2025-07-20 18:39:26 +02:00
93ad7ba411 fix: Added 7z 2025-07-20 18:36:07 +02:00

View File

@@ -97,7 +97,7 @@ jobs:
- name: Zip the build for github release - name: Zip the build for github release
if: ${{ github.event.inputs.create_release != 'false' }} if: ${{ github.event.inputs.create_release != 'false' }}
run: 7z a -tzip ./out/HomeScreen_Build_"{${{ steps.semver.outputs.next }}}".zip ./out/* run: 7z a -tzip ./out/HomeScreen_Build_${{ steps.semver.outputs.next }}.zip ./out/*
- name: Upload Release Asset - name: Upload Release Asset
if: ${{ github.event.inputs.create_release != 'false' }} if: ${{ github.event.inputs.create_release != 'false' }}