Skip to content

Commit

Permalink
cpack x64 CI fix
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Baentsch <[email protected]>
  • Loading branch information
baentsch committed Apr 22, 2024
1 parent bb4d400 commit 1f13f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
git diff && \
! git status | grep modified
- name: Build .deb install package
run: cpack
run: cpack -C DebPack
working-directory: _build
- name: Retain .deb installer
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1f13f69

Please sign in to comment.