chore: modify github workflows

This commit is contained in:
Skyxim 2022-05-01 12:23:08 +08:00
parent c0407fe4c9
commit 66e74259b1

View File

@ -35,15 +35,6 @@ jobs:
BINDIR: bin
run: make -j releases
- name: Delete current release assets
uses: andreaswilli/delete-release-assets-action@v2.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: beta
deleteOnlyFromDrafts: false
- name: Upload Alpha
uses: softprops/action-gh-release@v1
if: ${{ success() && startsWith(github.ref, 'refs/tags/')}}