From f6bbba7023ec1bc8211f96f0a93551798976ffc2 Mon Sep 17 00:00:00 2001 From: s0t7x Date: Wed, 26 Jun 2024 18:08:10 +0200 Subject: [PATCH] gh action compress fix --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eeda04c..4e49954 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: shell: cmd - name: compress run: | - Compress-Archive -Path *.exe -Destination .\Shroudtopia.zip + Compress-Archive -Path *.exe -Destination C:\Shroudtopia.zip shell: powershell - name: check run: | @@ -31,4 +31,4 @@ jobs: with: name: windows path: | - Shroudtopia.zip \ No newline at end of file + C:\Shroudtopia.zip \ No newline at end of file