Skip to content

Commit

Permalink
Update BuildWindows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWorldCoder-China authored Oct 28, 2024
1 parent a10f596 commit 351fa10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/BuildWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Build
run: |
pyinstaller BuildMe.py
- name: Copy License
run: |
copy LICENSE dist/BuildMe/LICENSE
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 351fa10

Please sign in to comment.