Skip to content

Commit

Permalink
Try and include assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Jun 9, 2024
1 parent 974eae2 commit 59acd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
- run: .\venv\Scripts\activate.bat
- run: pip install .
- run: cxfreeze bdist_msi
- run: Compress-Archive -Path dist/* -Destination OSCR.zip
- uses: actions/upload-artifact@v2
with:
name: build_release
path: OSCR.zip
path: dist/OSCR-UI-win64.msi

release:
if: startsWith(github.ref, 'refs/tags/v')
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ executables = [
]

[tool.cxfreeze.build_exe]
include_files = ["assets"]
zip_include_packages = ["*"]
zip_exclude_packages = []

0 comments on commit 59acd43

Please sign in to comment.