diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5fd921..e4fe4a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: echo "ARCHIVE_PATH=$globArchivePath" >> $env:GITHUB_ENV if ($isWin) { - Compress-Archive -Path .\als.exe -DestinationPath -DestinationPath .\als.${{ matrix.target }}.zip + Compress-Archive -Path .\als.exe -DestinationPath .\als.${{ matrix.target }}.zip } else { tar -czf ./als.${{ matrix.target }}.tar.gz ./als }