Closed rajveermalviya closed 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.
build-wgpu.yml
this would be possible to do with upload-artifact and download-artifact.
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.