diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 5c11b6f..3d72c8c 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -39,7 +39,7 @@ jobs: uses: ncipollo/release-action@v1.20.0 with: allowUpdates: True - artifacts: "*.nupkg,*.snupkg" + artifacts: "*.nupkg,*.snupkg,*.zip" body: "Last built commit: ${{ github.sha }}" name: "Rolling Release" prerelease: True