Skip to content

Commit 376fece

Browse files
committed
retouch
1 parent 0e536d6 commit 376fece

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/beta.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff 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:
@@ -46,7 +38,7 @@ jobs:
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:

0 commit comments

Comments
 (0)