Skip to content

Commit

Permalink
Update cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anezih authored Jul 13, 2024
1 parent 96c362f commit d34044e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet publish ./FonoSozlukNet/FonoSozlukCli/FonoSozlukCli.csproj -c:Release -r "${{ matrix.target }}" -o "$release_name"
# Pack files
if [[ "${{ matrix.target }}" == "win-x64" || "${{ matrix.target }}" == "win-arm64"]]; then
if [[ "${{ matrix.target }}" == "win-x64" || "${{ matrix.target }}" == "win-arm64" ]]; then
# Pack to zip for Windows
7z a -tzip "${release_name}.zip" "./${release_name}/*"
else
Expand Down

0 comments on commit d34044e

Please sign in to comment.