From 4256e3a2a3c2b2ad05afb770ea6a961718dd11c0 Mon Sep 17 00:00:00 2001 From: Dominion Date: Tue, 11 Oct 2022 10:53:05 -0400 Subject: [PATCH] Fix deprecated CLI argument --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 850ebd395a..c00b2cb4e4 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -723,7 +723,7 @@ jobs: &"C:/Program Files/7-Zip/7z.exe" a ServerUpdatePackage.zip ./ServerUpdatePackage/* -tzip - name: Generate Release Notes - run: dotnet run -c Release -p tools/ReleaseNotes ${{ env.TGS_VERSION }} + run: dotnet run -c Release --project tools/ReleaseNotes ${{ env.TGS_VERSION }} - name: Create GitHub Release uses: actions/create-release@v1