From 75c3b5b94038ebd87d9cb583a2f94a93d01a3b17 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 2 Dec 2024 19:07:32 +0100 Subject: [PATCH] fix(release): Fix wget output option Signed-off-by: Christoph Wurst --- .github/workflows/appstore-conventional-build-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appstore-conventional-build-publish.yml b/.github/workflows/appstore-conventional-build-publish.yml index 46b09f644..d5f939c50 100644 --- a/.github/workflows/appstore-conventional-build-publish.yml +++ b/.github/workflows/appstore-conventional-build-publish.yml @@ -103,7 +103,7 @@ jobs: id: server-checkout run: | NCVERSION=${{ fromJSON(steps.appinfo.outputs.result).nextcloud.min-version }} - wget https://download.nextcloud.com/server/releases/latest-$NCVERSION.zip -o build/nextcloud.zip + wget https://download.nextcloud.com/server/releases/latest-$NCVERSION.zip -O build/nextcloud.zip unzip build/nextcloud.zip build/nextcloud - name: Checkout server master fallback