gpu-dawn: CI: correct release publishing
This commit is contained in:
parent
6ce4110bac
commit
02ab8f964a
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
env:
|
||||
RELEASE_COMMIT: ${{steps.recorded_release_version.outputs.commit}}
|
||||
run: |
|
||||
sed -i "/binary_version: \[\]const u8 =/c\ binary_version: []const u8 = \"release-$RELEASE_COMMIT\"," ./gpu-dawn/build.zig
|
||||
sed -i "/binary_version: \[\]const u8 =/c\ binary_version: []const u8 = \"release-$RELEASE_COMMIT\"," ./libs/gpu-dawn/build.zig
|
||||
- name: 'gpu/dawn: use latest binary release'
|
||||
run: |
|
||||
git config user.name 'Release automation'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue