From 0e55f7c5bad46ef28e1f99c52426fcfbf8b9b4f4 Mon Sep 17 00:00:00 2001 From: Lilith Song Date: Thu, 30 May 2024 17:12:46 -0400 Subject: [PATCH] [PR] Add new control UI It's now possible to use the UI to control per-mount BGM settings without needing to actually get on the mount and use a command. Additionally, there are filtering options in the UI for simplicity. Finally, there's now an option to disable the BGM track "Borderless" (mount default) without needing to manually turn off BGM for the relevant mounts. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2290c58..f124b36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: tagExists: ${{ steps.check-version-tag.outputs.tagExists }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Load values @@ -61,7 +61,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive - name: Setup MSBuild @@ -75,7 +75,7 @@ jobs: - name: Build run: dotnet build -c ${{ env.CONFIGURATION }} --no-restore - name: Upload build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: PluginRepoZip path: ${{ env.INTERNAL_NAME }}/bin/${{ env.CONFIGURATION }}/${{ env.INTERNAL_NAME }}