Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nomyfan committed Feb 19, 2024
1 parent 637c49d commit ad2ab9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ad2ab9c

Please sign in to comment.