parent
bad11b2fce
commit
d7fee085cf
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@ -12,12 +12,12 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Build XTChain
|
||||
run: CORES=10 ./build-linux.sh
|
||||
- name: Publish binaries
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
env:
|
||||
OSCW_GITHUB_USERNAME: ${{ secrets.OSCW_GITHUB_USERNAME }}
|
||||
OSCW_GITHUB_PASSWORD: ${{ secrets.OSCW_GITHUB_PASSWORD }}
|
||||
run: github_publish $OSCW_GITHUB_USERNAME $OSCW_GITHUB_PASSWORD $(ls xtchain-*-linux.tar.zst)
|
||||
# - name: Publish binaries
|
||||
# on:
|
||||
# push:
|
||||
# tags:
|
||||
# - '**'
|
||||
# env:
|
||||
# OSCW_GITHUB_USERNAME: ${{ secrets.OSCW_GITHUB_USERNAME }}
|
||||
# OSCW_GITHUB_PASSWORD: ${{ secrets.OSCW_GITHUB_PASSWORD }}
|
||||
# run: github_publish $OSCW_GITHUB_USERNAME $OSCW_GITHUB_PASSWORD $(ls xtchain-*-linux.tar.zst)
|
||||
|
Loading…
Reference in New Issue
Block a user