CI: make releases immutable

This commit is contained in:
daywalker90 2026-01-05 17:01:37 +01:00
parent f084379b1e
commit 600a577458
No known key found for this signature in database

View file

@ -102,3 +102,4 @@ jobs:
artifactErrorsFailBuild: true
body: "${{ steps.changelog_reader.outputs.changes }} \n\n### Release binaries info\n\n- Release binaries were built using rust ${{ needs.build.outputs.rust-version }}\n- Linux release binaries require glibc>=2.31"
artifacts: "${{ github.event.repository.name }}-${{github.ref_name}}-*.tar.gz"
immutableCreate: true