diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 677e0ce..a01b47a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: target/release/cockpit-sensors.deb + file: cockpit-sensors.deb asset_name: cockpit-sensors.deb tag: ${{ github.ref }}