diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 019a4d7..fc4a0d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,13 +35,13 @@ jobs: cp ./cppnet.tar.gz ../cppnet-${{ matrix.os }}-release.tar.gz cd .. - - name: Create Demo Release File - if: matrix.os == 'ubuntu-latest' - run: | - cd demo - ./build.sh - tar -zcvf ./cppnet-demo-${{ matrix.os }}.tar.gz ./bin - mv ./cppnet-demo-${{ matrix.os }}.tar.gz ../ + # - name: Create Demo Release File + # if: matrix.os == 'ubuntu-latest' + # run: | + # cd demo + # ./build.sh + # tar -zcvf ./cppnet-demo-${{ matrix.os }}.tar.gz ./bin/* + # mv ./cppnet-demo-${{ matrix.os }}.tar.gz ../ - name: Unix Release uses: softprops/action-gh-release@v2 #具体参考https://github.com/softprops/action-gh-release @@ -61,10 +61,10 @@ jobs: cppnet-${{ matrix.os }}-release.tar.gz LICENSE - - name: Demo Release - uses: softprops/action-gh-release@v2 - if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/') # 设置为有tag才进行上传 - with: - files: | - cppnet-demo-${{ matrix.os }}.tar.gz - LICENSE + # - name: Demo Release + # uses: softprops/action-gh-release@v2 + # if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/') # 设置为有tag才进行上传 + # with: + # files: | + # cppnet-demo-${{ matrix.os }}.tar.gz + # LICENSE diff --git a/README.md b/README.md index 905e67c..9aa8193 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # cppnet +> English version is [here](./README.en.md) - 一个轻量级 C++ 网络框架, cppweb 2.0 升级版 - 避免了之前 cppweb 单个头文件的臃肿的问题, 并且使用更加友善的使用方式 ## Author