From 402e85197e7a5bc14c41ac50daac65709da434ee Mon Sep 17 00:00:00 2001 From: skykooler Date: Thu, 19 Dec 2024 01:14:06 -0500 Subject: [PATCH] debug --- .github/workflows/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8bf8a5..4e2ff1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,7 +72,12 @@ jobs: echo "VERSION=$VERSION" >> $env:GITHUB_ENV - + - name: Print contents of tauri.windows.conf.json (Windows) + if: matrix.platform == 'windows-latest' # Only run on Windows + shell: pwsh + run: | + Write-Host "Contents of src-tauri/tauri.windows.conf.json:" + Get-Content src-tauri/tauri.windows.conf.json - name: setup pnpm uses: pnpm/action-setup@v2