diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index f62843eee..17cb59633 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -83,7 +83,7 @@ jobs: exit 0 fi - curl -L $(echo $BODY | grep -ioEh 'https?://\S+.zip' -m1) -o /tmp/ext.zip + curl -L $FILEURL -o /tmp/ext.zip unzip -o /tmp/ext.zip -d ./extensions/community - name: Rebuild the database