Skip to content

Commit

Permalink
Build release binary with tls support
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWaWaR committed Oct 26, 2023
1 parent 9514f99 commit 8fe9e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8fe9e78

Please sign in to comment.