From 8fe9e7807e56dd6ca11a5373f0c1bba160f01687 Mon Sep 17 00:00:00 2001 From: Linfeng Qian <thewawar@gmail.com> Date: Thu, 26 Oct 2023 22:26:54 +0800 Subject: [PATCH] Build release binary with tls support --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ece2d4..dfdbde3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: with: use-cross: true command: build - args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }} --no-default-features --features=rustls + args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }} - uses: actions/upload-artifact@v2 with: name: ${{ matrix.target }}-simple-http-server${{ env.BINARY_EXTENSION }} -- GitLab