Fixed bug

This commit is contained in:
MoneroOcean 2020-01-20 16:07:26 +07:00
parent 88fabbd7b6
commit d6b726ff2c

View file

@ -24,6 +24,7 @@ jobs:
git checkout ${GITHUB_REF:10}
- name: Build project on CentOS 6
run: |
cd xmrig
scl enable devtoolset-6 "cmake . -DWITH_TLS=OFF -DWITH_HTTPD=OFF -DWITH_HWLOC=OFF"
scl enable devtoolset-6 "make -j$(nproc)"
cp src/config.json .
@ -33,7 +34,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: centos6_build
path: ./xmrig-${GITHUB_REF:10}-lin64.tar.gz
path: xmrig/xmrig-${GITHUB_REF:10}-lin64.tar.gz
deploy:
needs: build_lin_rh6
name: Create release and upload artifacts