Skip to content

Commit b5a0157

Browse files
2 parents a1a2059 + fd377c4 commit b5a0157

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Credits to The-Graze/Grate for the auto-build setup
2+
13
name: .NET
24

35
on:
@@ -11,7 +13,7 @@ jobs:
1113
runs-on: ubuntu-latest
1214

1315
permissions:
14-
contents: write # Needed to create a release
16+
contents: write
1517
actions: read
1618

1719
steps:
@@ -43,9 +45,10 @@ jobs:
4345
tag_name: beta-${{ steps.vars.outputs.commit_id }}
4446
name: Pre-Release ${{ steps.vars.outputs.commit_id }}
4547
body: |
46-
# This is a pre-release build!
47-
This version may be unstable, with bugs and issues that could set you at risk.
48-
Only use if you know what you're doing.
48+
# ⚠️ THIS IS A PRE-RELEASE BUILD! ⚠️
49+
> ⚠️ This version may be unstable, with bugs and issues that could cause crashes, data loss, or other unexpected behavior.
50+
> It is intended for testing and feedback purposes only.
51+
> **Use at your own risk - only proceed if you know what you're doing!**
4952
draft: false
5053
prerelease: true
5154
files: release/iis_Stupid_Menu.dll

0 commit comments

Comments
 (0)