Skip to content

Commit

Permalink
Try adjusting path
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Jun 24, 2024
1 parent 5adb975 commit 3ecee1b
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 @@ -45,7 +45,7 @@ jobs:

- name: Run jitformat.py
run: |
python3 runtime/src/coreclr/scripts/jitformat.py --jitutils jitutils -r ${{ github.workspace }}/runtime -o ${{ matrix.os.name }} -a x64 ${{ matrix.os.cross }}
python3 runtime/src/coreclr/scripts/jitformat.py --jitutils jitutils -r ${{ github.workspace }} -o ${{ matrix.os.name }} -a x64 ${{ matrix.os.cross }}
- name: Publish format.patch
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3ecee1b

Please sign in to comment.