Skip to content

Commit

Permalink
test: LS on the build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Dec 2, 2024
1 parent 4d803eb commit 849ddf6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
run: ./build.ps1 build-server-version

- name: Build
run: ./build.ps1

run: ./build.ps1 build-cmake

- name: LS
run: ls
working-directory: build/27/

- uses: actions/upload-artifact@v4
with:
name: output-${{ env.GitVersion_FullSemVer }}
Expand Down

0 comments on commit 849ddf6

Please sign in to comment.