Skip to content

Commit b3e3060

Browse files
authored
ci : move release details to the top visible by default (#17719)
1 parent 37adc9c commit b3e3060

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,12 @@ jobs:
869869
> [!WARNING]
870870
> **Release Format Update**: Linux releases will soon use .tar.gz archives instead of .zip. Please make the necessary changes to your deployment scripts.
871871
872+
<details open>
873+
874+
${{ github.event.head_commit.message }}
875+
876+
</details>
877+
872878
**macOS/iOS:**
873879
- [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/download/${{ steps.tag.outputs.name }}/llama-${{ steps.tag.outputs.name }}-bin-macos-arm64.tar.gz)
874880
- [macOS Intel (x64)](https://github.com/ggml-org/llama.cpp/releases/download/${{ steps.tag.outputs.name }}/llama-${{ steps.tag.outputs.name }}-bin-macos-x64.tar.gz)
@@ -893,12 +899,6 @@ jobs:
893899
- [openEuler aarch64 (310p)](https://github.com/ggml-org/llama.cpp/releases/download/${{ steps.tag.outputs.name }}/llama-${{ steps.tag.outputs.name }}-bin-310p-openEuler-aarch64.tar.gz)
894900
- [openEuler aarch64 (910b)](https://github.com/ggml-org/llama.cpp/releases/download/${{ steps.tag.outputs.name }}/llama-${{ steps.tag.outputs.name }}-bin-910b-openEuler-aarch64.tar.gz)
895901
896-
<details>
897-
898-
${{ github.event.head_commit.message }}
899-
900-
</details>
901-
902902
- name: Upload release
903903
id: upload_release
904904
uses: actions/github-script@v3

0 commit comments

Comments
 (0)