Skip to content

Commit

Permalink
Add listing of files for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed May 29, 2024
1 parent a7f513f commit ec50159
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake-tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ jobs:
bin/update-smart-drivedb.ps1
bin/drivedb.h
- name: List Files in Workspace
shell: msys2 {0}
working-directory: ${{github.workspace}}
run: ls -1R .

- name: Package ZIP
shell: msys2 {0}
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit ec50159

Please sign in to comment.