Update .gitea/workflows/build-xmrig.yaml
Some checks failed
Build XMRig / linux-amd64 (push) Failing after 1m36s
Some checks failed
Build XMRig / linux-amd64 (push) Failing after 1m36s
This commit is contained in:
parent
ee2ffbc54c
commit
ba71d620bf
@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Compress executables
|
- name: Compress executables
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd xmrig/build
|
||||||
strip xmrig
|
strip xmrig
|
||||||
upx xmrig
|
upx xmrig
|
||||||
|
|
||||||
@ -41,4 +41,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: xmrig-linux-amd64
|
name: xmrig-linux-amd64
|
||||||
path: build/xmrig
|
path: xmrig/build/xmrig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user