Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DBauer15 authored Apr 1, 2024
1 parent 088b37f commit 932a0b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ jobs:
- name: Build
working-directory: ${{github.workspace}}/build
run: cmake --build . --target install
run: cmake --build . -j --target install

- name: Package
working-directory: ${{github.workspace}}/install
run: |
mv bin ${PACKAGE_NAME}
mkdir -p ${PACKAGE_NAME}
mv include lib ${PACKAGE_NAME}
tar -czvf ${PACKAGE_NAME}.tar.gz ${PACKAGE_NAME}
- name: Upload
Expand Down

0 comments on commit 932a0b9

Please sign in to comment.