Skip to content

Commit

Permalink
gpu-dawn: update binary version in correct repository
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Feb 12, 2022
1 parent d3b1c3a commit 4cf4da9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
branch: main
folder: '.'
commit-message: 'gpu-dawn: update to latest binary release'
run: |
git config user.name 'Release automation'
git config user.name '[email protected]'
git add .
git commit -m 'gpu-dawn: update to latest binary release'
git push -u origin HEAD

0 comments on commit 4cf4da9

Please sign in to comment.