source snapshot fix for detecting binary

This commit is contained in:
Matt Hess
2025-11-13 13:05:42 +00:00
parent feb528e7f3
commit c51d0ccb53

View File

@@ -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