gpu-dawn: begin publishing prebuilt binaries

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-11 16:41:06 -07:00 committed by Stephen Gutekanst
parent 485d82899a
commit 1807e7b2f3
4 changed files with 58 additions and 18 deletions

View file

@ -0,0 +1,12 @@
name: Publish release
on:
workflow_run:
workflows: ["CI", "CI M1"]
types:
- completed
jobs:
draft:
runs-on: ubuntu-latest
steps:
- name: Publish release
run: echo "TODO(build-system): gh CLI has no way to mark draft as published?"