[Fixed]尝试修复PASS空指针问题

[Chore]调整workflows测试
This commit is contained in:
Meta
2022-03-28 16:36:34 +08:00
parent 64a5fd02da
commit ffff1418f2
5 changed files with 24 additions and 103 deletions

View File

@ -34,10 +34,20 @@ jobs:
BINDIR: bin
run: make -j releases
- uses: dev-drprasad/delete-tag-and-release@v0.2.0
with:
delete_release: true # default: false
tag_name: alpha # tag name to delete
repo: <owner>/<repoName> # target repo (optional). defaults to repo running this action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Alpha
uses: softprops/action-gh-release@v1
uses: svenstaro/upload-release-action@v2
if: ${{ env.GIT_BRANCH != 'Meta' && success() }}
with:
tag_name: alpha
tag: ${{ github.ref }}
asset_name: alpha
overwrite: true
files: bin/*
prerelease: true