Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ on:

jobs:

build-disclaimer:
runs-on: ubuntu-24.04
steps:
- name: Post tester disclaimer
run: |
cat >> $GITHUB_STEP_SUMMARY << 'EOF'
> [!CAUTION]
> **These are unverified, unsupported development builds — not official releases.**
> They have not undergone QA testing and may contain bugs or incomplete features.
> Download and use entirely at your own risk. Do not use with real funds.
> Official releases are published on the [Releases page](https://github.com/cypherstack/stack_wallet/releases).
EOF

build-linux:
runs-on: ubuntu-24.04
permissions:
Expand Down
Loading