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