diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82c8035..ee26e16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,4 +27,5 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: 'btcpay.ocmod.zip' + removeArtifacts: true token: ${{ secrets.GITHUB_TOKEN }}