Skip to content

Commit

Permalink
Fix wrong build path
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Nov 11, 2024
1 parent 1366cf9 commit dc4f0ae
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 @@ -92,7 +92,7 @@ jobs:
run: |
New-Item -ItemType Directory -Force -Path _staging-watcher/bin
New-Item -ItemType Directory -Force -Path _staging-injector/bin
New-Item -ItemType Directory -Force -Path _staging-autostarter/bin
New-Item -ItemType Directory -Force -Path _staging-autostart/bin
New-Item -ItemType Directory -Force -Path _staging-debug
- name: Zip files up
Expand Down

0 comments on commit dc4f0ae

Please sign in to comment.