gpu-dawn: update binary version in correct repository
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
6f5f679a58
commit
ef22780ca9
1 changed files with 6 additions and 5 deletions
11
gpu-dawn/.github/workflows/publish_release.yml
vendored
11
gpu-dawn/.github/workflows/publish_release.yml
vendored
|
|
@ -27,8 +27,9 @@ jobs:
|
||||||
run: |
|
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\"," ./gpu-dawn/build.zig
|
||||||
- name: 'gpu/dawn: use latest binary release'
|
- name: 'gpu/dawn: use latest binary release'
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
run: |
|
||||||
with:
|
git config user.name 'Release automation'
|
||||||
branch: main
|
git config user.name 'stephen@hexops.com'
|
||||||
folder: '.'
|
git add .
|
||||||
commit-message: 'gpu-dawn: update to latest binary release'
|
git commit -m 'gpu-dawn: update to latest binary release'
|
||||||
|
git push -u origin HEAD
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue