diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16241d6..5030cf8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - ./artifacts/$TARGET_NAME + ./artifacts/* prerelease: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}