diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 839bcb1..7a1a547 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,6 +66,6 @@ jobs: id: create_release uses: softprops/action-gh-release@v1 with: - files: ./Inotify-User-Instances-Limit-Configurator-${TAG_NAME}.deb + files: ./Inotify-User-Instances-Limit-Configurator-*.deb env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file