We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb40b8 commit 7f3c3f6Copy full SHA for 7f3c3f6
1 file changed
.github/workflows/build.yaml
@@ -19,6 +19,19 @@ on:
19
20
jobs:
21
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
+
35
build-linux:
36
runs-on: ubuntu-24.04
37
permissions:
0 commit comments