diff --git a/.github/workflows/nexus.yml b/.github/workflows/nexus.yml index 591f81c06..1181dd513 100644 --- a/.github/workflows/nexus.yml +++ b/.github/workflows/nexus.yml @@ -53,7 +53,7 @@ jobs: --arg desc "Launcher for browsing and running games" \ --arg date $(date +%s) \ --arg download $(du -b dist/Flashpoint.zip | awk '{print $1}') \ - --arg install $(7z l dist/Flashpoint.zip | tail -n 1 | awk '{print $3}') \ + --arg install $(7za 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) \