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