From 034696233ee771aaffbe438ab8416e7fc1d25dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Sat, 15 Feb 2020 10:32:46 +0300 Subject: [PATCH] Release workflow: fix libdbus+rustls build --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)