From 968447fef9c683226859c55553f60b261b605da6 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 27 Dec 2025 16:55:48 +0800 Subject: [PATCH] Use powershell native function on Windows --- .github/workflows/compile-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-binary.yml b/.github/workflows/compile-binary.yml index fd05173..70b7c88 100644 --- a/.github/workflows/compile-binary.yml +++ b/.github/workflows/compile-binary.yml @@ -57,7 +57,7 @@ jobs: - name: Build binary with Nuitka run: | python -m nuitka --onefile --include-data-file=./Whatsapp_Chat_Exporter/whatsapp.html=./Whatsapp_Chat_Exporter/whatsapp.html --assume-yes-for-downloads Whatsapp_Chat_Exporter --output-filename=wtsexporter - copy wtsexporter.exe wtsexporter_x64.exe + Rename-Item -Path "wtsexporter.exe" -NewName "wtsexporter_x64.exe" Get-FileHash wtsexporter_x64.exe - name: Generate artifact attestation uses: actions/attest-build-provenance@v3