mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-19 08:13:10 -05:00
The s3-action expands the upload glob into paths without a leading "./", but strip-path-prefix was set to "./dist/os-packages/" (or "./veans/dist/os-packages/"). The prefix never matched, so packages landed at /<project>/<version>/<project>/dist/os-packages/<file> instead of /<project>/<version>/<file>. Drop the "./" prefix to match the working DIST_PREFIX pattern in release-binaries.