Skip to content

Commit b5ff28e

Browse files
committed
Update BuildWin64.yml
1 parent 78ef2bd commit b5ff28e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/BuildWin64.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,11 @@ jobs:
2626
pip install .
2727
- name: Run PyInstaller
2828
run: |
29-
PyInstaller main.spec
30-
31-
# Move assets to dist folder
32-
New-Item -ItemType Directory -Path "dist\assets" -Force
33-
Move-Item -Path "src\assets" -Destination "dist" -Force
29+
python -m PyInstaller main.spec
3430
- uses: actions/upload-artifact@v4.4.3
3531
with:
3632
name: Windows_CopilotClicker
37-
path: dist
33+
path: dist/MicrosoftCopilotClickerPygame.exe
3834

3935
#- name: create release
4036
# id: create_release

0 commit comments

Comments
 (0)