mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 01:22:19 +03:00
windows-build: Specify custom zip to be in the 'root' directory
zip-release does indeed create this in `directory`, so we need to specify it should be *in* the 'root' directory that we're including *in* the zip file.
This commit is contained in:
parent
2531e6de23
commit
531c839d13
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
type: 'zip'
|
||||
directory: '..'
|
||||
path: 'EDMarketConnector'
|
||||
filename: 'EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.zip'
|
||||
filename: 'EDMarketConnector/EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.zip'
|
||||
exclusions: 'EDMarketConnector-release-*.zip dist.win32/* dist.win32 __pycache__/* __pycache__ .editorconfig .flake8 .git* .mypy.ini .pre-commit-config.yaml Build-exe-and-msi.py *.manifest coriolis-data/* coriolis-data/.??* coriolis-data img/* img out/* out out.zip pyproject.toml scripts/* scripts tests/* tests wix/* wix WinSparkle.*'
|
||||
|
||||
- name: Upload build files
|
||||
|
Loading…
x
Reference in New Issue
Block a user