Skip to content

Commit

Permalink
chore: only copy pyapp.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Apr 18, 2024
1 parent 74d82c0 commit 409346e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist-build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ls
cargo build --release
mkdir ..\dist
xcopy .\target\release\* ..\dist /s /e /k /i /y
xcopy .\target\release\pyapp.exe ..\dist /s /e /k /i /y
copy README.md ../dist/
ls ../dist
- name: Upload Artifact
Expand Down

0 comments on commit 409346e

Please sign in to comment.