Skip to content

Commit

Permalink
<fix> fix build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jun 4, 2024
1 parent c998a25 commit edf6df9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Nuitak-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:

steps:
- uses: actions/checkout@v4

- run: mkdir dist\windows
- run: move src\unrpyc_python3 dist\windows\unrpyc_python3\
- run: move src\unrpyc_python2 dist\windows\unrpyc_python2\

# Setup Python
- uses: actions/setup-python@v5
with:
Expand All @@ -36,8 +41,6 @@ jobs:
- run: mkdir dist\windows
- run: xcopy build\main.dist dist\windows /E
- run: xcopy src\supported_language dist\windows\supported_language\
- run: xcopy src\unrpyc_python3 dist\windows\unrpyc_python3\
- run: xcopy src\unrpyc_python2 dist\windows\unrpyc_python2\
- run: xcopy src\qm dist\windows\qm\
- run: xcopy src\custom_engine dist\windows\custom_engine\
- run: copy src\custom.txt dist\windows\custom.txt
Expand Down

0 comments on commit edf6df9

Please sign in to comment.