Skip to content

Commit 0b48564

Browse files
committed
Fix lint
1 parent 07263ca commit 0b48564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ case "${INPUT_TARGET:-}" in
393393
esac
394394

395395
# Compress binaries with UPX
396-
if [[ -n "$upx" ]]; then
396+
if [[ -n "${upx}" ]]; then
397397
compress_binaries() {
398398
for bin_exe in "${bins[@]}"; do
399399
x upx --best "${target_dir}/${bin_exe}"

0 commit comments

Comments
 (0)