Skip to content

Commit

Permalink
Fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
HackXIt committed Nov 27, 2023
1 parent 5180ebf commit 364cd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_exe_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2

- name: Execute script to .exe in Windows
run: ".github/scripts/windows/build_exe.ps1"
run: ".github/scripts/windows/build_exe_onefile.ps1"
shell: powershell -Command "& '{0}'"

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 364cd40

Please sign in to comment.