Copy all bitstreams into distribution

We provide a "release" distribution of all build artifacts, which we
didn't update to include the CW310 bitstream. Add it as well to help
users who are looking for a bitstream from CI.

Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1b38d13..290fc67 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -610,6 +610,7 @@
     - sw_build
     - chip_earlgrey_verilator
     - chip_earlgrey_nexysvideo
+    - chip_earlgrey_cw310
   condition: and(eq(dependencies.lint.outputs['DetermineBuildType.onlyDocChanges'], '0'), eq(dependencies.lint.outputs['DetermineBuildType.onlyDvChanges'], '0'))
   steps:
   - template: ci/install-package-dependencies.yml
@@ -620,6 +621,7 @@
         - sw_build_nexysvideo
         - chip_earlgrey_verilator
         - chip_earlgrey_nexysvideo
+        - chip_earlgrey_cw310
         - chip_englishbreakfast_verilator
   - bash: |
       . util/build_consts.sh
diff --git a/util/make_distribution.sh b/util/make_distribution.sh
index 86c335b..4282c5d 100755
--- a/util/make_distribution.sh
+++ b/util/make_distribution.sh
@@ -27,7 +27,7 @@
   'sw/otbn/*.elf'
   'sw/host/spiflash/spiflash'
   'hw/top_earlgrey/Vchip_earlgrey_verilator'
-  'hw/top_earlgrey/lowrisc_systems_chip_earlgrey_nexysvideo_0.1.bit'
+  'hw/top_earlgrey/lowrisc_systems_chip_earlgrey_*.bit'
 )
 
 DIST_DIR="$OBJ_DIR/$OT_VERSION"