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: | 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