Browse Source

try to fix deleting old assets

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

5
.github/workflows/ci.yml

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

Loading…
Cancel
Save