From 6624bef828268ea1624fab0069ea00475212b256 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 27 Feb 2024 22:23:01 +0000 Subject: [PATCH] Update nexus.yml --- .github/workflows/nexus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nexus.yml b/.github/workflows/nexus.yml index 1181dd513..2a38d92ab 100644 --- a/.github/workflows/nexus.yml +++ b/.github/workflows/nexus.yml @@ -47,13 +47,13 @@ jobs: - name: Generate Metadata run: | apt-get update - apt-get install libarchive-zip-perl p7zip jq -y + apt-get install libarchive-zip-perl p7zip-full jq -y jq --null-input \ --arg name "Launcher" \ --arg desc "Launcher for browsing and running games" \ --arg date $(date +%s) \ --arg download $(du -b dist/Flashpoint.zip | awk '{print $1}') \ - --arg install $(7za l dist/Flashpoint.zip | tail -n 1 | awk '{print $3}') \ + --arg install $(7z l dist/Flashpoint.zip | tail -n 1 | awk '{print $3}') \ --arg path "Launcher" \ --arg depends "core-logos core-credits core-database core-server-gamezip core-server-legacy" \ --arg hash $(crc32 dist/Flashpoint.zip) \