From 01f519852997efef8db4f7bae94175eb262248d9 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:17:36 +0100 Subject: [PATCH 1/2] Move Northstar.dll to profile dir ...maybe? not familiar with bash stuff --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f36c8b..d1a90bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,7 @@ jobs: unzip NorthstarStubs.zip -d northstar/bin/x64_dedi unzip northstar-launcher.zip -d northstar + mv northstar/Northstar.dll northstar/R2Northstar/Northstar.dll rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods - name: Checkout Navmesh repository uses: actions/checkout@v3 From 01d829853f9a099e5c641d279faed5d6103b4b86 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:22:22 +0100 Subject: [PATCH 2/2] Move Northstar.dll to profile dir maybe --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1a90bc..934318e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: unzip NorthstarStubs.zip -d northstar/bin/x64_dedi unzip northstar-launcher.zip -d northstar - mv northstar/Northstar.dll northstar/R2Northstar/Northstar.dll + mv northstar/Northstar.dll northstar/R2Northstar/ rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods - name: Checkout Navmesh repository uses: actions/checkout@v3