From 68999f8d6254237518aa20deb03dbbb2c0292c74 Mon Sep 17 00:00:00 2001 From: Angelo Breuer <46497296+angelobreuer@users.noreply.github.com> Date: Sat, 31 Aug 2024 19:16:51 +0200 Subject: [PATCH] Update build.yml Signed-off-by: Angelo Breuer <46497296+angelobreuer@users.noreply.github.com> --- .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 56b10935..298e23e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: dotnet restore src/Lavalink4NET.sln - name: Build - run: dotnet build src/Lavalink4NET.sln --no-restore --configuration ${{ matrix.configuration }} /property:Version=4.0.25 + run: dotnet build src/Lavalink4NET.sln --no-restore --configuration ${{ matrix.configuration }} /property:Version=4.0.25-preview.1 - name: Run tests working-directory: ci