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