Skip to content

Commit

Permalink
Corrected GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMocha committed Jun 29, 2024
1 parent 2f3a935 commit b945e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Customise Dependancies file
run: |
if [[ "$RUNNER_OS" == "Windows" ]]; then
copy customised_downloader.js node_modules/minecraft-java-core/build/utils/Downloader.js
Copy-Item customised_downloader.js node_modules/minecraft-java-core/build/utils/Downloader.js -Force
else
cp customised_downloader.js node_modules/minecraft-java-core/build/utils/Downloader.js
fi
Expand Down

0 comments on commit b945e1f

Please sign in to comment.