fix: broken path v2

This commit is contained in:
2025-07-20 18:49:56 +02:00
committed by GitHub
parent 62fbdf3d5a
commit 359a1359f5

View File

@@ -107,8 +107,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
upload_url: ${{ steps.create_release.outputs.upload_url }} upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./out/HomeScreen_Build_"{${{ steps.semver.outputs.next }}}".zip asset_path: ./output/HomeScreen_Build_${{ steps.semver.outputs.next }}.zip
asset_name: Lunaris_${{steps.semver.outputs.patch}}.zip asset_name: HomeScreen_Build_${{steps.semver.outputs.patch}}.zip
asset_content_type: application/zip asset_content_type: application/zip
- name: Generate appsettings.json - name: Generate appsettings.json