diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 4063953..34810a5 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'
+ artifacts: "*.nupkg,*.snupkg"
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 9d421c5..b152072 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.Hashing/SabreTools.Hashing.csproj b/SabreTools.Hashing/SabreTools.Hashing.csproj
index a60534e..f81442a 100644
--- a/SabreTools.Hashing/SabreTools.Hashing.csproj
+++ b/SabreTools.Hashing/SabreTools.Hashing.csproj
@@ -5,9 +5,11 @@
net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0
false
false
+ true
latest
enable
true
+ snupkg
true
1.4.0