Files
sailing-analytics/.github
Axel Uhl 9853617efd Restore explicit application/x-tar content type for release tarball asset
Folding the tar.gz upload into softprops/action-gh-release's files: input
(commit f6143d18) broke production installs: that action derives the asset
content type via the mime-types library, which maps .tar.gz to
application/gzip. Production installers (refreshInstance.sh,
github-download-release-assets.sh) select the tarball with
select(.content_type=="application/x-tar"), so nothing matched and installs
could not find the release.

Revert to the two explicit actions/upload-release-asset@v1 steps that set
asset_content_type: application/x-tar and text/plain, and add a comment
warning against folding them back in.

Assisted-By: Claude (claude-4.8-opus)
2026-09-02 17:49:28 +02:00
..