From d13852fa8f82e1a2e4e3a7a56920562e751b54f0 Mon Sep 17 00:00:00 2001 From: otsmr Date: Fri, 18 Jul 2025 20:39:12 +0200 Subject: [PATCH] fix syntax error --- .github/workflows/release_github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_github.yml b/.github/workflows/release_github.yml index 051399c..0d6ed43 100644 --- a/.github/workflows/release_github.yml +++ b/.github/workflows/release_github.yml @@ -50,7 +50,7 @@ jobs: sed -i 's|app/.*/\([^/]*\)$|\1|' RELEASE.sha256sum RELEASE.md5sum sed -i 's|app/||' RELEASE.sha256sum RELEASE.md5sum - - name: Upload Release Binaries (stable) + - name: Upload Release Binaries (stable) if: ${{ !inputs.dry_run && inputs.channel == 'stable' }} uses: ncipollo/release-action@v1 with: