vikunja/.github/actions
kolaente 1e1fcaafbc
fix(ci): drop "./" from PACKAGE_OUTPUT_DIR so strip-path-prefix matches
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.
2026-05-27 17:35:58 +02:00
..
release-binaries fix(ci): switch release composite actions to unstable on non-tag builds 2026-05-27 17:32:47 +02:00
release-os-package fix(ci): drop "./" from PACKAGE_OUTPUT_DIR so strip-path-prefix matches 2026-05-27 17:35:58 +02:00
setup-frontend chore(deps): update actions/setup-node digest to 6044e13 2026-01-15 09:42:39 +01:00