Browse Source

try to fix deleting old assets

pull/585/head
Jason Dove 4 years ago
parent
commit
355c0b7be9
  1. 5
      .github/workflows/ci.yml

5
.github/workflows/ci.yml

@ -100,9 +100,10 @@ jobs: @@ -100,9 +100,10 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: develop
fail-if-no-assets: false
assets: |
${{ env.RELEASE_NAME }}.zip
${{ env.RELEASE_NAME }}.tar.gz
*${{ matrix.target }}.zip
*${{ matrix.target }}.tar.gz
- name: Publish
uses: softprops/action-gh-release@v1
with:

Loading…
Cancel
Save