Chris Lu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
22 deletions
-
.github/workflows/cleanup.yml
|
@ -1,22 +0,0 @@ |
|
|
name: Cleanup |
|
|
|
|
|
|
|
|
|
|
|
on: |
|
|
|
|
|
push: |
|
|
|
|
|
branches: [ master ] |
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
|
|
|
|
|
|
|
|
build: |
|
|
|
|
|
name: Build |
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
|
|
|
|
|
|
|
- name: Delete old release assets |
|
|
|
|
|
uses: mknejp/delete-release-assets@v1 |
|
|
|
|
|
with: |
|
|
|
|
|
token: ${{ github.token }} |
|
|
|
|
|
tag: dev |
|
|
|
|
|
fail-if-no-assets: false |
|
|
|
|
|
assets: | |
|
|
|
|
|
weed-* |
|
|
|