rajveermalviya / go-webgpu

Go bindings for WebGPU, a safe & cross-platform GPU abstraction
Apache License 2.0
151 stars 11 forks source link

ci: add ability to generate single commit for built static libraries #211

Closed rajveermalviya closed 2 years ago

rajveermalviya commented 2 years ago

currently build-wgpu.yml generates multiple PRs for separate GOOS/GOARCH combinations. It would be better to replace it with single build creating single commit/PR containing all GOOS/GOARCH combinations.

this would be possible to do with upload-artifact and download-artifact.