1
0
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:
Athanasius 2023-01-11 12:46:28 +00:00
parent 2531e6de23
commit 531c839d13
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

@ -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