gpu-dawn: CI: correct triple format in release uploads

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-11 18:05:28 -07:00 committed by Stephen Gutekanst
parent 7bc8a6ac57
commit 43c4795e48
2 changed files with 3 additions and 3 deletions

View file

@ -30,6 +30,6 @@ jobs:
# run: |
# mv zig-out/lib/libdawn.a zig-out/lib/libdawn_aarch64-macos.a
# gzip -9 zig-out/lib/libdawn_aarch64-macos.a
# gh release upload "release-$(git rev-parse --short HEAD)" zig-out/lib/libdawn_aarch64-macos.a.gz
# gh release upload "release-$(git rev-parse --short HEAD)" zig-out/lib/libdawn_macos-aarch64.a.gz
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}