Skip to content

Commit dbd5811

Browse files
committed
修改git action
1 parent 32e32d8 commit dbd5811

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cd build
2424
cmake ..
2525
cmake --build . --config Release
26-
ctest -V -C --output-on-failure Release
26+
ctest -V -C Release
2727
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/${{ matrix.platform }}/
2828
2929
- name: Upload
@@ -42,6 +42,7 @@ jobs:
4242
uses: softprops/action-gh-release@v1
4343
if: startsWith(github.ref, 'refs/tags/')
4444
with:
45+
generate_release_notes: true
4546
files: CodeFormat.zip
4647
env:
4748
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)