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