5eae3da213
v1.2.11 shipped a broken publish.tar.gz: the Rename-Item that turns `MarcusLaw.OutlookAddin.vsto` into the canonical `OutlookAddin.vsto` failed silently (script ran with $ErrorActionPreference = 'Continue'), so the docker image had no OutlookAddin.vsto at the expected path and the CDN 404'd on the auto-update URL. Gitea Generic packages are immutable, so 1.2.11 cannot be republished. Restrict the .vsto lookup to publish/ root (Get-ChildItem -File, no -Recurse) so the inner versioned manifest under Application Files is never picked, switch the rename to -ErrorAction Stop, and assert that publish/OutlookAddin.vsto exists before continuing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>