diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a15184ff..721513267 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,3 +48,15 @@ jobs: with: name: de4dot-netcoreapp3.1 path: publish-netcoreapp3.1 + + - uses: actions/upload-artifact@v1 + if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') + with: + name: de4dot-net6.0 + path: publish-net6.0 + + - uses: actions/upload-artifact@v1 + if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') + with: + name: de4dot-net8.0 + path: publish-net8.0