From 1b7468a1f28ff798ac7a26130fd4e023dae96423 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Tue, 18 Feb 2025 07:42:22 -0600 Subject: [PATCH] remove unsigned and signed zip files --- .github/workflows/generator-windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/generator-windows.yml b/.github/workflows/generator-windows.yml index 154b682..cafac75 100644 --- a/.github/workflows/generator-windows.yml +++ b/.github/workflows/generator-windows.yml @@ -525,6 +525,8 @@ jobs: shell: pwsh run: | Expand-Archive -Path ./rustdesk/signed_files.zip -DestinationPath ./rustdesk/ -Force + Remove-Item ./rustdesk/unsigned_files.zip + Remove-Item ./rustdesk/signed_files.zip - name: Create custom.txt file @@ -596,6 +598,8 @@ jobs: shell: pwsh run: | Expand-Archive -Path ./SignOutput/signed_files.zip -DestinationPath ./SignOutput/ -Force + Remove-Item ./SignOutput/unsigned_files.zip + Remove-Item ./SignOutput/signed_files.zip - name: rename rustdesk.exe to filename.exe run: |