From ee6a9f8455dde499284b7d11160fe3fb3358e236 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Thu, 7 Mar 2024 21:17:02 -0500 Subject: [PATCH] Stop including scripts in each build --- .github/workflows/build.yml | 2 +- {scripts => install}/install-dll.bat | 0 {scripts => install}/install-dll.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => install}/install-dll.bat (100%) rename {scripts => install}/install-dll.sh (100%) mode change 100755 => 100644 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19aeb4f..d413d4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: if: github.event_name != 'pull_request' with: files: | - ConfusedPolarBear.Plugin.IntroSkipper/bin/Debug/net6.0/ConfusedPolarBear.Plugin.IntroSkipper.dll scripts/install-dll.bat scripts/install-dll.sh + ConfusedPolarBear.Plugin.IntroSkipper/bin/Debug/net6.0/ConfusedPolarBear.Plugin.IntroSkipper.dll dest: intro-skipper-${{ env.GIT_HASH }}.zip - name: Publish prerelease diff --git a/scripts/install-dll.bat b/install/install-dll.bat similarity index 100% rename from scripts/install-dll.bat rename to install/install-dll.bat diff --git a/scripts/install-dll.sh b/install/install-dll.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/install-dll.sh rename to install/install-dll.sh