Skip to content

Commit f673b5a

Browse files
authored
Update commands.yml
1 parent f47a471 commit f673b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Process fantomas command
8080
if: steps.command-extractor.outputs.result == 'xlf'
8181
id: xlf
82-
run: dotnet build src\Compiler /t:UpdateXlf
82+
run: dotnet build src/Compiler /t:UpdateXlf
8383
- name: Commit and push changes
8484
if: steps.fantomas.outcome == 'success' || steps.xlf.outcome == 'success'
8585
run: |

0 commit comments

Comments
 (0)