mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
windows-build: Can't use relative path for upload-artifact
So, let's *hope* that zip-release still puts the .zip it creates in the main directory, despite being told to create it from the parent.
This commit is contained in:
parent
35b5a90409
commit
2531e6de23
4
.github/workflows/windows-build.yml
vendored
4
.github/workflows/windows-build.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
directory: '..'
|
||||
path: 'EDMarketConnector'
|
||||
filename: 'EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.zip'
|
||||
exclusions: '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.*'
|
||||
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
|
||||
uses: actions/upload-artifact@v3
|
||||
@ -68,7 +68,7 @@ jobs:
|
||||
name: Built files
|
||||
path: |
|
||||
EDMarketConnector_win*.msi
|
||||
../EDMarketConnector-release-*.zip
|
||||
EDMarketConnector-release-*.zip
|
||||
|
||||
release:
|
||||
name: Release new version
|
||||
|
Loading…
x
Reference in New Issue
Block a user