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
11
gpu-dawn/.github/workflows/draft_release.yml
vendored
Normal file
11
gpu-dawn/.github/workflows/draft_release.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: Draft release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
jobs:
|
||||
draft:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Create draft
|
||||
run: gh release create $(git rev-parse --short HEAD) --title "Automatic release of main @ $(git rev-parse --short HEAD)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue