Better way to check if building from tag
一些检测仍在等待运行
Builds / XTChain (push) Has started running

这个提交包含在:
Rafal Kupiec 2023-07-15 09:00:33 +02:00
父节点 b9d0458a65
当前提交 ecd243ed0d
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

@ -13,7 +13,7 @@ jobs:
- name: Build XTChain
run: CORES=10 ./build-linux.sh
- name: Publish binaries
if: github.ref_type == 'tag'
if: startsWith(github.ref, 'refs/tags/')
env:
OSCW_GITHUB_USERNAME: ${{ secrets.OSCW_GITHUB_USERNAME }}
OSCW_GITHUB_PASSWORD: ${{ secrets.OSCW_GITHUB_PASSWORD }}