From 433b02dbfd02fc3bbedb90d8b8aa03e533992abc Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Thu, 6 Feb 2025 07:02:01 -0600 Subject: [PATCH] fix typo --- .github/workflows/pre137-generator-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre137-generator-windows.yml b/.github/workflows/pre137-generator-windows.yml index 7ac28f1..a27f115 100644 --- a/.github/workflows/pre137-generator-windows.yml +++ b/.github/workflows/pre137-generator-windows.yml @@ -516,7 +516,7 @@ jobs: continue-on-error: true shell: pwsh run: | - Expand-Archive -Path ./rustdesk/signed_files.zip -DestinationPath ./rustdes k/ -Force + Expand-Archive -Path ./rustdesk/signed_files.zip -DestinationPath ./rustdesk/ -Force - name: Create custom.txt file