From 7f3c3f622156f1f2db41e4f4926a434b05bdbd9b Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Fri, 5 Jun 2026 21:58:30 -0700 Subject: [PATCH] Add build disclaimer to workflow run summary --- .github/workflows/build.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d6da51a2d..1a87a61d9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: