From 1c6777df2a0fdacdf24e0540ef84a6eee90fb3d7 Mon Sep 17 00:00:00 2001 From: R-unic Date: Thu, 1 Aug 2024 22:43:53 -0400 Subject: [PATCH] build: include source code in package --- .github/workflows/publish.yml | 2 +- Janitor.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b259814..c13d5e9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: echo "PACKAGE_VERSION=$VERSION" >> $GITHUB_ENV - name: Package the project - run: dotnet pack --configuration Release + run: dotnet pack --include-source -c Release - name: Check if version is already published id: check_version diff --git a/Janitor.csproj b/Janitor.csproj index d1872fe..a7b4fa4 100644 --- a/Janitor.csproj +++ b/Janitor.csproj @@ -5,7 +5,7 @@ enable enable Janitor - 1.0.1 + 1.0.2 RobloxCS.Janitor