Skip to content

Commit

Permalink
Add Debian control file location.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjakeway committed Mar 7, 2024
1 parent 9764290 commit fee4a7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish Loupe UX Server Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
ls -Rl ${{ github.workspace }}/src/LuxServer/cmakebuild
- name: Create Directory and Add Files
run: |
mkdir ${{ github.workspace }}/src/LuxServer/cmakebuild/debianpackage
cp ${{ github.workspace }}/src/LuxServer/configuration.json ${{ github.workspace }}/src/LuxServer/cmakebuild/debianpackage
cp ${{ github.workspace }}/src/LuxServer/cmakebuild/src/server/luxserver ${{ github.workspace }}/src/LuxServer/cmakebuild/debianpackage
mkdir -p ${{ github.workspace }}/src/LuxServer/cmakebuild/debianpackage/DEBIAN/control
cp ${{ github.workspace }}/src/LuxServer/configuration.json ${{ github.workspace }}/src/LuxServer/cmakebuild/debianpackage/DEBIAN/control
cp ${{ github.workspace }}/src/LuxServer/cmakebuild/src/server/luxserver ${{ github.workspace }}/src/LuxServer/cmakebuild/debianpackage/DEBIAN/control
- name: Build Debian package
run: dpkg-deb --build ${{ github.workspace }}/src/LuxServer/cmakebuild/debianpackage luxservdebian.deb
- name: Show file names after debian package is built
Expand Down

0 comments on commit fee4a7c

Please # to comment.