Allow symbols to be packed

This commit is contained in:
Matt Nadareski
2024-12-30 21:37:43 -05:00
parent ee722ac216
commit 7d99e3d25e
8 changed files with 16 additions and 2 deletions

View File

@@ -31,13 +31,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