Change nupkg location

This commit is contained in:
Matt Nadareski
2024-02-26 12:42:55 -05:00
parent 074694298f
commit 2193095f70

View File

@@ -30,13 +30,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'Nuget Package'
path: '*.nupkg'
path: 'BinaryObjectScanner/bin/Release/*.nupkg'
- name: Upload to rolling
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: True
artifacts: '*.nupkg'
artifacts: 'BinaryObjectScanner/bin/Release/*.nupkg'
body: 'Last built commit: ${{ github.sha }}'
commit: ${{ github.sha }}
name: 'Rolling Release'