gpu-dawn: authenticate the GH CLI
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1807e7b2f3
commit
b93dc4a207
4 changed files with 10 additions and 0 deletions
2
gpu-dawn/.github/workflows/m1_ci.yml
vendored
2
gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -27,3 +27,5 @@ jobs:
|
|||
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
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue