Added hiveos mo_xmrig miner update
This commit is contained in:
parent
158bf879c1
commit
344c967881
1 changed files with 13 additions and 0 deletions
13
.github/workflows/deploy.yml
vendored
13
.github/workflows/deploy.yml
vendored
|
@ -187,3 +187,16 @@ jobs:
|
||||||
zip -u offline_miner_setup.zip xmrig.exe config.json WinRing0x64.sys
|
zip -u offline_miner_setup.zip xmrig.exe config.json WinRing0x64.sys
|
||||||
git commit -m "xmrig "${GITHUB_REF:10}" based release" xmrig.tar.gz xmrig.zip offline_miner_setup.zip
|
git commit -m "xmrig "${GITHUB_REF:10}" based release" xmrig.tar.gz xmrig.zip offline_miner_setup.zip
|
||||||
git push
|
git push
|
||||||
|
- name: Update hiveos repo
|
||||||
|
run: |
|
||||||
|
git clone https://$GITHUB_ACTOR:${{secrets.xmrig_setup_key}}@github.com/MoneroOcean/hiveos.git
|
||||||
|
cd hiveos
|
||||||
|
git config user.name MoneroOcean
|
||||||
|
git config user.email support@moneroocean.stream
|
||||||
|
tar xf ../centos7_build/centos7_build.tar.gz
|
||||||
|
mv xmrig mo_xmrig/xmrig
|
||||||
|
mv config.json mo_xmrig/config_global.json
|
||||||
|
tar -zcvf mo_xmrig-${GITHUB_REF:10}.tar.gz mo_xmrig
|
||||||
|
git add -u
|
||||||
|
git commit -m "xmrig "${GITHUB_REF:10}" based release" mo_xmrig-${GITHUB_REF:10}.tar.gz
|
||||||
|
git push
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue