From a3b235e62d8f6c4c620a33f90abd5a74a845a38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 10 Aug 2024 22:46:42 +0200 Subject: [PATCH] Fix a logical error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9308ea0..f7b03d0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ jobs: This will build the project, upload the result to the store, and release it to the `edge` channel. If the `release` input parameter is -omitted, then the build will not be uploaded but not released. +omitted, then the build will be uploaded but not released. ## Store Login