Skip to content

Commit

Permalink
Attempting to put the ubuntu version into the debian package filename…
Browse files Browse the repository at this point in the history
…. Unsure whether this is a good idea.
  • Loading branch information
jackjansen committed Sep 27, 2024
1 parent ae75951 commit 1f02b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
- name: Create installer
shell: bash
run: |
cpack --config build/CPackConfig.cmake
cpack --config build/CPackConfig.cmake -D CPACK_DEBIAN_FILE_NAME="cwipc_${{ github.ref_name }}_ubuntu2204_amd64.deb"
ls -l build/package
- name: upload CTest output in case of failure
if: ${{ failure() }}
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
- name: Create installer
shell: bash
run: |
cpack --config build/CPackConfig.cmake
cpack --config build/CPackConfig.cmake -D CPACK_DEBIAN_FILE_NAME="cwipc_${{ github.ref_name }}_ubuntu2404_amd64.deb"
ls -l build/package
- name: upload CTest output in case of failure
if: ${{ failure() }}
Expand Down

0 comments on commit 1f02b66

Please sign in to comment.