diff --git a/.github/workflows/release-deb.yml b/.github/workflows/release-deb.yml index a7d23ed..67b4bf5 100644 --- a/.github/workflows/release-deb.yml +++ b/.github/workflows/release-deb.yml @@ -93,10 +93,10 @@ jobs: cargo-deb - - name: Upload release archive + - name: Upload .deb(s) to release uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ steps.tag.outputs.tag }} files: | - *.zip + target/debian/*.deb