gpu-dawn: begin publishing prebuilt binaries
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
485d82899a
commit
1807e7b2f3
4 changed files with 58 additions and 18 deletions
12
gpu-dawn/.github/workflows/publish_release.yml
vendored
Normal file
12
gpu-dawn/.github/workflows/publish_release.yml
vendored
Normal 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?"
|
||||
Loading…
Add table
Add a link
Reference in a new issue