This commit is contained in:
parent
1190948406
commit
6cf10bbba6
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@ -12,12 +12,12 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build XTChain
|
- name: Build XTChain
|
||||||
run: CORES=10 ./build-linux.sh
|
run: CORES=10 ./build-linux.sh
|
||||||
# - name: Publish binaries
|
- name: Publish binaries
|
||||||
# on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# tags:
|
tags:
|
||||||
# - '**'
|
- '**'
|
||||||
# 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: 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