We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a956189 commit 1f43593Copy full SHA for 1f43593
.github/workflows/pdf-tools-app.yml
@@ -36,6 +36,13 @@ jobs:
36
- name: Verify EXE file exists
37
shell: pwsh
38
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
46
if (!(Test-Path -Path "pdf_tools/dist/PDF工具_v0.0.1.21.exe")) {
47
Write-Host "Error: File not found!"
48
exit 1
0 commit comments