diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b47479b..1b52a03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,6 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: notify-send-rs*.tar.* + files: notify-send-rs* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}