From db626de6d90459c28d3b64eb8903735dbf065d11 Mon Sep 17 00:00:00 2001 From: pwnwriter Date: Sat, 5 Oct 2024 15:10:36 -0400 Subject: [PATCH] chore(ci): fixed docs readme filename --- .github/workflows/release.yml | 2 +- readme.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98a4a78..de2c810 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: shell: bash run: | mkdir release/ - cp {LICENSE,readme.md} release/ + cp {LICENSE,README.md} release/ cp target/${{ matrix.config.TARGET }}/release/x4 release/ mv release/ x4-${{ env.RELEASE_VERSION }}/ diff --git a/readme.md b/readme.md index 47849aa..4dd3c05 100644 --- a/readme.md +++ b/readme.md @@ -68,6 +68,7 @@ - **ssh connection**: must have ssh connections using one of the following authentication methods: - **password authentication**: using the `username` and `password`. - **keypair**: public key authentication. + - No extra deps will be required for runtime ## Installation