Add hashing tool implementation, for fun

This commit is contained in:
Matt Nadareski
2025-09-23 14:15:27 -04:00
parent 95589df904
commit 32cd0e73ed
11 changed files with 1103 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: True
artifacts: "*.nupkg,*.snupkg"
artifacts: "*.nupkg,*.snupkg,*.zip"
body: 'Last built commit: ${{ github.sha }}'
name: 'Rolling Release'
prerelease: True