We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280cbfd commit d84511aCopy full SHA for d84511a
1 file changed
.github/workflows/release.yml
@@ -34,6 +34,14 @@ jobs:
34
- name: List root directory contents
35
run: ls -R ${{ github.workspace }}
36
37
+ - name: Log timestamps of last changes to relevant files
38
+ run: |
39
+ echo "Timestamps of last changes to relevant files:"
40
+ git log -1 --format="%ci" -- CalibreImport/ReleaseFiles/CalibreImport.config
41
+ git log -1 --format="%ci" -- CalibreImport/ReleaseFiles/CalibreImport.dll
42
+ git log -1 --format="%ci" -- CalibreImport/ReleaseFiles/Setup.ps1
43
+ git log -1 --format="%ci" -- CalibreImport/ReleaseFiles/CalibreImportSetup.exe
44
+
45
- name: Check if relevant files have changed
46
id: check_files_changed
47
run: |
0 commit comments