gpu-dawn: CI: correctly upload libdawn

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-27 19:39:15 -07:00
parent 8538c59a48
commit 79c9b32982

View file

@ -13,7 +13,7 @@ fi
# Upload static library individually.
cp zig-out/lib/libdawn.a "libdawn_$RELEASE_NAME.a"
gzip -9 "libdawn_$RELEASE_NAME.a"
gh release upload "release-$(git rev-parse --short HEAD)" "libdawn_$RELEASE_NAME.a"
gh release upload "release-$(git rev-parse --short HEAD)" "libdawn_$RELEASE_NAME.a.gz"
# Upload tarball of static library + headers.
mv out.tar.gz "$RELEASE_NAME.tar.gz"