Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Dec 17, 2024
1 parent 07263ca commit 0b48564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ case "${INPUT_TARGET:-}" in
esac

# Compress binaries with UPX
if [[ -n "$upx" ]]; then
if [[ -n "${upx}" ]]; then
compress_binaries() {
for bin_exe in "${bins[@]}"; do
x upx --best "${target_dir}/${bin_exe}"
Expand Down

0 comments on commit 0b48564

Please sign in to comment.