Skip to content

Commit

Permalink
chore(ci): fixed docs readme filename
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Oct 5, 2024
1 parent dbce22b commit db626de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}/
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db626de

Please sign in to comment.