diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c0dbdd9..04cd7d02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: - name: Make release tarball (libdbus) run: | (cd tiny && cargo build --release --verbose \ - --no-default-features --features="desktop-notifications") + --no-default-features --features="tls-rustls desktop-notifications") tar -C target/release -czvf tiny-ubuntu-18.04-dbus.tar.gz tiny - name: Make release tarball (libssl + libdbus)