Skip to content

Commit

Permalink
tried fix to game bundle upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tcklpl committed Jun 6, 2024
1 parent 2382350 commit 4bbfac6
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 @@ -78,7 +78,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: game-bundle
path: game/build/
path: game/build/**/*
- name: Build Windows Binaries
working-directory: game
run: npm run electron-build-windows
Expand Down

0 comments on commit 4bbfac6

Please sign in to comment.