gpu-dawn: update binary version in correct repository

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-12 15:39:29 -07:00
parent 6f5f679a58
commit ef22780ca9

View file

@ -27,8 +27,9 @@ jobs:
run: |
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'
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: main
folder: '.'
commit-message: 'gpu-dawn: update to latest binary release'
run: |
git config user.name 'Release automation'
git config user.name 'stephen@hexops.com'
git add .
git commit -m 'gpu-dawn: update to latest binary release'
git push -u origin HEAD