diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3befd89..60c97d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: - name: Create GitHub Release uses: softprops/action-gh-release@v2 with: - files: artifacts/**/*.tar.gz artifacts/**/*.zip + files: artifacts/watchdog-* generate_release_notes: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}