From 4cdbd388226ce3f7603212a5d21288a640e9902f Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 17 Nov 2023 14:53:14 +0100 Subject: [PATCH] Fix spelling error in cli. --- .github/workflows/cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 7a32710..056ca6d 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -102,7 +102,7 @@ jobs: - name: archive osx-arm64 run: | - cd cli/Squidex.CLI/Squidex.CLI/bin/Release/net8.0/osx-arm644/publish/ + cd cli/Squidex.CLI/Squidex.CLI/bin/Release/net8.0/osx-arm64/publish/ zip -r '../../../out/osx-arm64.zip' * - name: release