Skip to content

Commit d84511a

Browse files
test
1 parent 280cbfd commit d84511a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ jobs:
3434
- name: List root directory contents
3535
run: ls -R ${{ github.workspace }}
3636

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+
3745
- name: Check if relevant files have changed
3846
id: check_files_changed
3947
run: |

0 commit comments

Comments
 (0)