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