Skip to content

Commit 1f43593

Browse files
authored
Update pdf-tools-app.yml
1 parent a956189 commit 1f43593

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pdf-tools-app.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
- name: Verify EXE file exists
3737
shell: pwsh
3838
run: |
39+
Write-Host "Current directory contents:"
40+
Get-ChildItem -Path .
41+
42+
Write-Host "`npdf_tools/dist/ directory contents:"
43+
Get-ChildItem -Path "pdf_tools/dist/"
44+
45+
3946
if (!(Test-Path -Path "pdf_tools/dist/PDF工具_v0.0.1.21.exe")) {
4047
Write-Host "Error: File not found!"
4148
exit 1

0 commit comments

Comments
 (0)