Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Jan 14, 2024
1 parent d1f0eb1 commit 529b7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: git submodule update --init --recursive
shell: cmd

- name: Build MetaHook and Plugins
- name: Build MetaHook
working-directory: ${{env.GITHUB_WORKSPACE}}
run: scripts\build-MetaHook.bat
shell: cmd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_blob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: git submodule update --init --recursive
shell: cmd

- name: Build MetaHook and Plugins
- name: Build MetaHook
working-directory: ${{env.GITHUB_WORKSPACE}}
run: scripts\build-MetaHook-blob.bat
shell: cmd
Expand Down

0 comments on commit 529b7a9

Please sign in to comment.