diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ece2d4380adf219b45820110f0b9dbcbaaeca8e..dfdbde3ba2c0d20d6194f0754aeab041b3da4f12 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 }}