Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver authored Oct 18, 2024
1 parent cc1fdc0 commit faa01f8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ jobs:
working-directory: ${{github.workspace}}/build
run: cmake --build . --target package

- name: Source package
working-directory: ${{github.workspace}}/build
run: cpack --config CPackSourceConfig.cmake
- uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest' && matrix.compiler == 'gcc' && matrix.cxx_stdlib == 'libstdc++'
with:
name: packages
path: ${{github.workspace}}/build/Crow-*

#- name: Source package
# working-directory: ${{github.workspace}}/build
# run: cpack --config CPackSourceConfig.cmake

0 comments on commit faa01f8

Please sign in to comment.