Skip to content

Commit

Permalink
fixed dev build game path
Browse files Browse the repository at this point in the history
  • Loading branch information
tcklpl committed Jun 7, 2024
1 parent b1c6d9b commit 458426b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: game-bundle
path: './build/'
path: './game/build/'
- name: Build Windows Binaries
working-directory: game
run: npm run electron-build-windows
Expand Down

0 comments on commit 458426b

Please sign in to comment.