Skip to content

Commit

Permalink
Fix format.patch path
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Jun 24, 2024
1 parent c61ba61 commit 21fcd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jit-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
- name: Publish format.patch
uses: actions/upload-artifact@v2
with:
path: format.patch
path: runtime/format.patch
name: format.${{matrix.os.name}}.patch
if: failure()

0 comments on commit 21fcd3c

Please sign in to comment.