Skip to content

Commit

Permalink
ci: 主README也打包到产物中
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 28, 2023
1 parent e905f7b commit 5d585ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
rm -rf install/bin/msvc-debug
cp -r docs install
cp README*.md install
cp -r sample install
Expand Down Expand Up @@ -192,6 +193,7 @@ jobs:
cmake --install build --prefix install
cp -r docs install
cp README*.md install
cp -r sample install
Expand Down Expand Up @@ -261,6 +263,7 @@ jobs:
cmake --install build --prefix install
cp -r docs install
cp README*.md install
cp -r sample install
Expand Down

0 comments on commit 5d585ea

Please sign in to comment.