mirror of
https://github.com/upa/mscp.git
synced 2026-05-19 02:57:30 +08:00
add 'z' to tar in release.yml...
and fix typo in README
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ..
|
cd ..
|
||||||
cp -r mscp mscp-${{env.VERSION}}
|
cp -r mscp mscp-${{env.VERSION}}
|
||||||
tar cvf mscp-${{env.VERSION}}.tar.gz --exclude-vcs mscp-${{env.VERSION}}
|
tar zcvf mscp-${{env.VERSION}}.tar.gz --exclude-vcs mscp-${{env.VERSION}}
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ make
|
|||||||
# install the mscp binary to CMAKE_INSTALL_PREFIX/bin (usually /usr/local/bin)
|
# install the mscp binary to CMAKE_INSTALL_PREFIX/bin (usually /usr/local/bin)
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
Source tar balls (`mscp-vX.X.X.tar.gz`, not `Sorce Code`) in
|
Source tar balls (`mscp-vX.X.X.tar.gz`, not `Source Code`) in
|
||||||
[Releases page](https://github.com/upa/mscp/releases) contains the patched version
|
[Releases page](https://github.com/upa/mscp/releases) contains the patched version
|
||||||
of libssh. So you can start from cmake with it.
|
of libssh. So you can start from cmake with it.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user