gpu-dawn: CI: correctly upload libdawn
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8538c59a48
commit
79c9b32982
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ fi
|
||||||
# Upload static library individually.
|
# Upload static library individually.
|
||||||
cp zig-out/lib/libdawn.a "libdawn_$RELEASE_NAME.a"
|
cp zig-out/lib/libdawn.a "libdawn_$RELEASE_NAME.a"
|
||||||
gzip -9 "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.
|
# Upload tarball of static library + headers.
|
||||||
mv out.tar.gz "$RELEASE_NAME.tar.gz"
|
mv out.tar.gz "$RELEASE_NAME.tar.gz"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue