Skip to content

Commit

Permalink
print lib path in win
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Sep 16, 2024
1 parent ac15023 commit 9293b4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ jobs:
PYTHONWARNINGS: default
CALIBRE_SHOW_DEPRECATION_WARNINGS: 1

- name: print libs
if: matrix.os == 'windows-latest'
run: ls -lh ~/AppData/Roaming/calibre/plugins/worddumb-libs-py*

- name: Upload plugin
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9293b4f

Please sign in to comment.