This commit is contained in:
parent
10df8d35b2
commit
1fcaffd1f0
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build XTChain
|
- name: Build XTChain
|
||||||
run: env; exit 0; CORES=10 ./build-linux.sh
|
run: CORES=10 ./build-linux.sh
|
||||||
- name: Publish binaries
|
- name: Publish binaries
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -20,4 +20,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
OSCW_GITHUB_USERNAME: ${{ secrets.OSCW_GITHUB_USERNAME }}
|
OSCW_GITHUB_USERNAME: ${{ secrets.OSCW_GITHUB_USERNAME }}
|
||||||
OSCW_GITHUB_PASSWORD: ${{ secrets.OSCW_GITHUB_PASSWORD }}
|
OSCW_GITHUB_PASSWORD: ${{ secrets.OSCW_GITHUB_PASSWORD }}
|
||||||
run: ls -la; github_publish $OSCW_GITHUB_USERNAME $OSCW_GITHUB_PASSWORD $(ls xtchain-*-linux.tar.zst)
|
run: github_publish $OSCW_GITHUB_USERNAME $OSCW_GITHUB_PASSWORD $(ls xtchain-*-linux.tar.zst)
|
||||||
|
Loading…
Reference in New Issue
Block a user