Browse Source

Add wasmtime-platform.h to release artifacts (#8644)

This fixes a bug from #8555 where the header was uploaded to CI but
didn't make its way to the release itself.
pull/8646/head
Alex Crichton 6 months ago
committed by GitHub
parent
commit
4e62cfdc33
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      ci/merge-artifacts.sh

1
ci/merge-artifacts.sh

@ -14,6 +14,7 @@ set -ex
rm -rf dist
mkdir dist
mv -t dist bins-*/*.{msi,wasm}
mv wasmtime-platform-header/* dist
# Merge tarballs and zips by searching for `*-min` builds, unpacking the
# min/normal builds, into the same destination, and then repacking into a

Loading…
Cancel
Save