diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83b40a1..9218502 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,6 +62,6 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.VERSION }} - files: release/obsidian-plugin.zip + files: release/* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}