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