mirror of
https://github.com/xmrig/xmrig.git
synced 2025-04-22 22:48:10 +00:00
Fixed CI
This commit is contained in:
parent
227eeaea7a
commit
b749ee9876
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -136,7 +136,7 @@ jobs:
|
|||
cp src/config.json .
|
||||
tar cfz /tmp/docker/ubuntu12_build.tar.gz xmrig config.json
|
||||
EOF
|
||||
) | docker run -i ubuntu:12.04 -v /tmp/docker:/tmp/docker /bin/bash -c 'cat'
|
||||
) | docker run -i -v /tmp/docker:/tmp/docker ubuntu:12.04 /bin/bash -c 'cat'
|
||||
- name: Upload Ubuntu 12.04 build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue