Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 203f2f2

Browse files
committed
CI: remove macos release artifacts and notes
1 parent 9678e37 commit 203f2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ jobs:
100100
with:
101101
allowUpdates: false
102102
artifactErrorsFailBuild: true
103-
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\n- MacOS release binary requires MacOS>=${{ needs.build.outputs.macos-version }}"
104-
artifacts: "${{ github.event.repository.name }}-${{github.ref_name}}-*.tar.gz,${{ github.event.repository.name }}-${{github.ref_name}}-*.zip"
103+
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"
104+
artifacts: "${{ github.event.repository.name }}-${{github.ref_name}}-*.tar.gz"

0 commit comments

Comments
 (0)