aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2025-01-26 08:52:21 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2025-01-26 08:52:21 +0100
commita85228858749d33f7d0d2356d85dac68bfdf4521 (patch)
treef4cc78324c84a52b53567478d0b0543c3dd06593
parent2ddaeadd4f11551fd7a711153e2067bad7600a01 (diff)
upload-artifact: Add missing ;;
-rwxr-xr-xupload-artifact1
1 files changed, 1 insertions, 0 deletions
diff --git a/upload-artifact b/upload-artifact
index 478d8af..e74f176 100755
--- a/upload-artifact
+++ b/upload-artifact
@@ -40,6 +40,7 @@ getdir()
*)
usage
return 1
+ ;;
esac
done
}