From 7a47fa7b589bd1ea7ffbf15902a6fb4e86c448f3 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:41:58 +0100 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d697673..f891684 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,8 @@ jobs: - name: Download and Extract Zotero Beta run: | - wget -O zotero.tar.bz2 https://www.zotero.org/download/client/dl?platform=linux-x86_64&channel=beta - tar -xjf zotero.tar.bz2 + wget -O zotero.tar.bz2 "https://www.zotero.org/download/client/dl?platform=linux-x86_64&channel=beta" + tar -xvf zotero.tar.bz2 echo "Zotero extracted successfully" - name: Set Environment Variable for Zotero Bin Path