Skip to content

Commit

Permalink
Enforcing safety
Browse files Browse the repository at this point in the history
  • Loading branch information
venkataram-nv authored Aug 29, 2024
1 parent ba51fc1 commit 38b6477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
python compile.py --samples 16 --target dxil --ci
- name: Push results
run: |
git config --global --add safe.directory C:/slang-material-modules-benchmark
cp tools/benchmark/benchmarks.json C:\slang-material-modules-benchmark
ls
echo $(Invoke-Expression "git log -1 --pretty=%s") > C:\slang-material-modules-benchmark\commit
Expand All @@ -58,4 +59,4 @@ jobs:
git add benchmarks.json current
git commit -m "$(cat commit)" -m "https://github.com/shader-slang/slang/commit/$(cat commit-hash)"
git log
git push
git push

0 comments on commit 38b6477

Please sign in to comment.