From 57fa34cbf8ed050b24cf054a04f197de65c336d5 Mon Sep 17 00:00:00 2001 From: Jcayouette Date: Wed, 13 Dec 2023 13:25:44 +0100 Subject: [PATCH] fixed buildir --- .github/workflows/build-and-release-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release-docs.yml b/.github/workflows/build-and-release-docs.yml index e7eb136462f..f211905ea74 100644 --- a/.github/workflows/build-and-release-docs.yml +++ b/.github/workflows/build-and-release-docs.yml @@ -23,7 +23,7 @@ jobs: - name: Archive Documentation run: | - zip -r documentation.zip [/tmp/build] + zip -r documentation.zip /tmp/build - name: Create Release id: create_release