From 120de4e49f397071eeb68d4c26741c6450898b28 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 18 Dec 2024 08:05:16 -0500 Subject: [PATCH] Allow symbols to be packed --- .github/workflows/build_and_test.yml | 4 ++-- .github/workflows/check_pr.yml | 2 +- SabreTools.Serialization/SabreTools.Serialization.csproj | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 8f7fec00..97f79041 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -28,13 +28,13 @@ jobs: uses: actions/upload-artifact@v4 with: name: 'Nuget Package' - path: '*.nupkg' + path: "*.nupkg,*.snupkg" - name: Upload to rolling uses: ncipollo/release-action@v1.14.0 with: allowUpdates: True - artifacts: "*.nupkg,*.zip" + artifacts: "*.nupkg,*.snupkg,*.zip" body: 'Last built commit: ${{ github.sha }}' name: 'Rolling Release' prerelease: True diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml index 9d421c56..b1520725 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -17,4 +17,4 @@ jobs: run: dotnet build - name: Run tests - run: dotnet test \ No newline at end of file + run: dotnet test diff --git a/SabreTools.Serialization/SabreTools.Serialization.csproj b/SabreTools.Serialization/SabreTools.Serialization.csproj index 87fd2f95..8a170db0 100644 --- a/SabreTools.Serialization/SabreTools.Serialization.csproj +++ b/SabreTools.Serialization/SabreTools.Serialization.csproj @@ -6,9 +6,11 @@ true false false + true latest enable true + snupkg true 1.8.4