Skip to content

Commit 7f3c3f6

Browse files
committed
Add build disclaimer to workflow run summary
1 parent afb40b8 commit 7f3c3f6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ on:
1919

2020
jobs:
2121

22+
build-disclaimer:
23+
runs-on: ubuntu-24.04
24+
steps:
25+
- name: Post tester disclaimer
26+
run: |
27+
cat >> $GITHUB_STEP_SUMMARY << 'EOF'
28+
> [!CAUTION]
29+
> **These are unverified, unsupported development builds — not official releases.**
30+
> They have not undergone QA testing and may contain bugs or incomplete features.
31+
> Download and use entirely at your own risk. Do not use with real funds.
32+
> Official releases are published on the [Releases page](https://github.com/cypherstack/stack_wallet/releases).
33+
EOF
34+
2235
build-linux:
2336
runs-on: ubuntu-24.04
2437
permissions:

0 commit comments

Comments
 (0)