Skip to content

Commit 76fe93e

Browse files
committed
ci: update build-executables.yml to improve local file check with specific directories
1 parent c7eb83a commit 76fe93e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-executables.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
run: dotnet publish -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true
3636

3737
# Step 5: Check local files
38-
- name: Build Executable with PyInstaller (Linux)
38+
- name: Check local files
3939
if: ${{ github.event_name != 'release' }}
4040
run: |
41-
Get-ChildItem -Path . -Recurse | Format-List
41+
Get-ChildItem -Path XMLPatch -Recurse | Select-Object FullName, Length, LastWriteTime
42+
Get-ChildItem -Path XMLDiff -Recurse | Select-Object FullName, Length, LastWriteTime
4243
shell: powershell
4344

4445

0 commit comments

Comments
 (0)