fix upload path for linux/docker + comments

This commit is contained in:
tooomm 2026-07-26 22:08:52 +02:00
parent 163098b0a8
commit 1118c26a5c
3 changed files with 13 additions and 12 deletions

View file

@ -227,7 +227,7 @@ jobs:
with:
archive: false
if-no-files-found: error
path: ${{ steps.build.outputs.package_path }}
path: ${{ steps.build.outputs.package }} # package is resolved against workspace (container path /= host path)
- name: "Upload to release"
id: upload_release