We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e32d8 commit dbd5811Copy full SHA for dbd5811
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
cd build
24
cmake ..
25
cmake --build . --config Release
26
- ctest -V -C --output-on-failure Release
+ ctest -V -C Release
27
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/${{ matrix.platform }}/
28
29
- name: Upload
@@ -42,6 +42,7 @@ jobs:
42
uses: softprops/action-gh-release@v1
43
if: startsWith(github.ref, 'refs/tags/')
44
with:
45
+ generate_release_notes: true
46
files: CodeFormat.zip
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments