File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,22 +17,14 @@ jobs:
1717 shell : bash
1818 run : |
1919 cat > "${{ github.workspace }}-BETA_NOTES.txt" << 'HEADER'
20- > This is a pre-release build and may be unstable.
20+ > [!WARNING]
21+ > **This is an unstable pre-release build. Features may be broken, incomplete, or change without notice.**
2122
2223 HEADER
2324
2425 echo "## Recent Commits" >> "${{ github.workspace }}-BETA_NOTES.txt"
2526 git log -5 --pretty=format:"- \`%h\` %s" >> "${{ github.workspace }}-BETA_NOTES.txt"
2627
27- cat >> "${{ github.workspace }}-BETA_NOTES.txt" << 'FOOTER'
28-
29-
30- ## Installation
31- ```bash
32- curl -fsSL https://raw.githubusercontent.com/HorizonUnix/UXTU4Linux/main/install.sh | bash
33- ```
34- FOOTER
35-
3628 - name : Delete existing beta release
3729 run : gh release delete U4L-Beta --yes 2>/dev/null || true
3830 env :
4638 - name : Create beta release
4739 run : |
4840 gh release create U4L-Beta UXTU4Linux.zip \
49- --title "Beta Build" \
41+ --title "U4L Beta Build" \
5042 --notes-file "${{ github.workspace }}-BETA_NOTES.txt" \
5143 --prerelease
5244 env :
You can’t perform that action at this time.
0 commit comments