CI: fixed paths and file names

This commit is contained in:
SChernykh
2023-08-26 20:20:14 +02:00
parent 0e0101f507
commit d8b23cd13c
2 changed files with 12 additions and 14 deletions

View File

@@ -15,10 +15,10 @@ jobs:
- name: Compress source code
run: |
mkdir build
XZ_OPT=-e9 tar --exclude=".git" --exclude="build" -f build/p2pool.tar.xz -c ../p2pool --xz
XZ_OPT=-e9 tar --exclude=".git" --exclude="build" -f build/p2pool_source.tar.xz -c ../p2pool --xz
- name: Archive source code
uses: actions/upload-artifact@v3
with:
name: p2pool.tar.xz
path: build/p2pool.tar.xz
name: p2pool_source.tar.xz
path: build/p2pool_source.tar.xz