aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cleanup.yml
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-02-19 02:40:30 -0800
committerChris Lu <chris.lu@gmail.com>2021-02-19 02:40:30 -0800
commit60d7b809c14e2f5b903a704fbc2c9ed16948248e (patch)
tree7b3a94c45f5100df931f7f7513c1ce141bde6f2f /.github/workflows/cleanup.yml
parentc576ad04aca940319ec6d41583c93398b68dbe58 (diff)
downloadseaweedfs-60d7b809c14e2f5b903a704fbc2c9ed16948248e.tar.xz
seaweedfs-60d7b809c14e2f5b903a704fbc2c9ed16948248e.zip
add back actions
Diffstat (limited to '.github/workflows/cleanup.yml')
-rw-r--r--.github/workflows/cleanup.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml
new file mode 100644
index 000000000..47a677e6d
--- /dev/null
+++ b/.github/workflows/cleanup.yml
@@ -0,0 +1,22 @@
+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-*