Skip to content

Commit

Permalink
Try to fix chicken/egg problem: no assets to delete first time.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed Jan 13, 2025
1 parent eeda9e7 commit 331728a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: _artifacts
- name: Delete old release assets
uses: mknejp/delete-release-assets@v1
with:
token: ${{ github.token }}
tag: Development
assets: '*'
# - name: Delete old release assets
# uses: mknejp/delete-release-assets@v1
# with:
# token: ${{ github.token }}
# tag: Development
# assets: '*'
- name: Upload release assets
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 331728a

Please sign in to comment.