Skip to content

Commit

Permalink
List files for trouble shoot purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjakeway committed Mar 6, 2024
1 parent b68caae commit 636341e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish Loupe UX Server Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Build Executable
run: cmake --build ${{github.workspace}}/src/LuxServer/cmakebuild --config Release --target luxserver
- run: echo "🍏 The build's status is ${{ job.status }}."
- name: List files in the cmakebuild folder to check what's been created
run: |
ls ${{ github.workspace }}/src/LuxServer/cmakebuild
- name: Copy File
run: cp ${{ github.workspace }}/src/LuxServer/configuration.json ${{ github.workspace }}/src/LuxServer/cmakebuild/src/server/Release/
- name: Compress Folder
Expand Down

0 comments on commit 636341e

Please # to comment.