From c51d0ccb53fac7d39a12f24002ef6a04b5672c79 Mon Sep 17 00:00:00 2001 From: Matt Hess Date: Thu, 13 Nov 2025 13:05:42 +0000 Subject: [PATCH] source snapshot fix for detecting binary --- .github/workflows/source-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source-snapshot.yml b/.github/workflows/source-snapshot.yml index 75c28a2..1294ac2 100644 --- a/.github/workflows/source-snapshot.yml +++ b/.github/workflows/source-snapshot.yml @@ -19,7 +19,7 @@ jobs: - name: Compress source code run: | mkdir build - XZ_OPT=-e9 tar --exclude=".git" --exclude="build" -f build/p2pool_source.tar.xz -c ../p2pool --xz + XZ_OPT=-e9 tar --exclude=".git" --exclude="build" -f build/p2pool_source.tar.xz -c ../p2pool-salvium --xz - name: Archive source code uses: actions/upload-artifact@v4