3 Commits

Author SHA1 Message Date
0207899f1b fix: broken path v2 2025-07-20 18:51:16 +02:00
359a1359f5 fix: broken path v2 2025-07-20 18:49:56 +02:00
62fbdf3d5a fix: broken path 2025-07-20 18:47:19 +02:00

View File

@@ -97,7 +97,7 @@ jobs:
- name: Zip the build for github release
if: ${{ github.event.inputs.create_release != 'false' }}
run: Compress-Archive -Path './out/*' -DestinationPath './out/HomeScreen_Build_${{ steps.semver.outputs.next }}.zip' -CompressionLevel Optimal -Force
run: Compress-Archive -Path './output/*' -DestinationPath './output/HomeScreen_Build_${{ steps.semver.outputs.next }}.zip' -CompressionLevel Optimal -Force
- name: Upload Release Asset
if: ${{ github.event.inputs.create_release != 'false' }}
@@ -107,8 +107,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./out/HomeScreen_Build_"{${{ steps.semver.outputs.next }}}".zip
asset_name: Lunaris_${{steps.semver.outputs.patch}}.zip
asset_path: ./output/HomeScreen_Build_${{ steps.semver.outputs.next }}.zip
asset_name: HomeScreen_Build_${{steps.semver.outputs.patch}}.zip
asset_content_type: application/zip
- name: Generate appsettings.json