Cleanup a bit
This commit is contained in:
parent
a47adab241
commit
fe3c1215bd
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -8,11 +8,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: codingworkshop/oscw-runner:latest
|
image: codingworkshop/oscw-runner:latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
|
# - name: Checkout repository
|
||||||
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
# uses: actions/checkout@v3
|
||||||
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
|
||||||
- name: Checkout repository
|
|
||||||
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
|
||||||
@ -24,4 +21,3 @@ jobs:
|
|||||||
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)
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
|
||||||
|
Loading…
Reference in New Issue
Block a user