gpu-dawn: use "release-<SHA>" not "<SHA>" for release tags

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-11 17:47:29 -07:00 committed by Stephen Gutekanst
parent 5e4bff902b
commit 7bc8a6ac57
3 changed files with 4 additions and 4 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 $(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_aarch64-macos.a.gz
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}