We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ef2bd commit b5ff28eCopy full SHA for b5ff28e
.github/workflows/BuildWin64.yml
@@ -26,15 +26,11 @@ jobs:
26
pip install .
27
- name: Run PyInstaller
28
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
+ python -m PyInstaller main.spec
34
- uses: actions/upload-artifact@v4.4.3
35
with:
36
name: Windows_CopilotClicker
37
- path: dist
+ path: dist/MicrosoftCopilotClickerPygame.exe
38
39
#- name: create release
40
# id: create_release
0 commit comments