We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7eb83a commit 76fe93eCopy full SHA for 76fe93e
.github/workflows/build-executables.yml
@@ -35,10 +35,11 @@ jobs:
35
run: dotnet publish -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true
36
37
# Step 5: Check local files
38
- - name: Build Executable with PyInstaller (Linux)
+ - name: Check local files
39
if: ${{ github.event_name != 'release' }}
40
run: |
41
- Get-ChildItem -Path . -Recurse | Format-List
+ Get-ChildItem -Path XMLPatch -Recurse | Select-Object FullName, Length, LastWriteTime
42
+ Get-ChildItem -Path XMLDiff -Recurse | Select-Object FullName, Length, LastWriteTime
43
shell: powershell
44
45
0 commit comments