diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-06 18:35:19 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-06 18:35:19 -0700 |
| commit | 9ec151fa0d6f3a1b583b6274d6c66bf26dcfd9b0 (patch) | |
| tree | b8c723b15ad662c845063172e65707f7147fe9f1 /.github/workflows/binaries_dev.yml | |
| parent | 2b1feb732c6bc986a5dbfc64cf69b171c13128ca (diff) | |
| download | seaweedfs-9ec151fa0d6f3a1b583b6274d6c66bf26dcfd9b0.tar.xz seaweedfs-9ec151fa0d6f3a1b583b6274d6c66bf26dcfd9b0.zip | |
action: delete previous assets
Diffstat (limited to '.github/workflows/binaries_dev.yml')
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index ac04a85dc..96ead8f1f 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -28,10 +28,14 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Wait for the deletion - uses: jakejarvis/wait-action@master + - name: Delete old release assets + uses: mknejp/delete-release-assets@v1 with: - time: '30s' + token: ${{ github.token }} + tag: dev + fail-if-no-assets: false + assets: | + weed-* - name: Set BUILD_TIME env run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} |
