Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankaima authored Oct 13, 2023
1 parent fb5f417 commit 780be4a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,8 @@ jobs:
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ./Doctest_tests_run

- name: Create Zip
working-directory: ${{ steps.strings.outputs.build-output-dir }}
run: zip build.zip *

- uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}
path: ${{ steps.strings.outputs.build-output-dir }}/build.zip
name: ${{ runner.os }}/${{ matrix.c_compiler }}
path: ${{ steps.strings.outputs.build-output-dir }}/

0 comments on commit 780be4a

Please sign in to comment.