mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-22 20:00:29 +03:00
More excludes, change path for .gitversion
This commit is contained in:
parent
ffecae17a7
commit
4ae516677e
5
.github/workflows/windows-build.yml
vendored
5
.github/workflows/windows-build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
submodules: true
|
||||
- name: Create .gitversion
|
||||
run: |
|
||||
echo "${{ needs.variables.outputs.short_sha }}" > ../.gitversion
|
||||
echo "${{ needs.variables.outputs.short_sha }}" > .gitversion
|
||||
|
||||
- name: Make tar archive
|
||||
run: |
|
||||
@ -44,10 +44,11 @@ jobs:
|
||||
--exclude=EDMarketConnector-release-*.* \
|
||||
--exclude=.editorconfig \
|
||||
--exclude=.flake8 \
|
||||
--exclude=.gitattribues \
|
||||
--exclude=.gitattributes \
|
||||
--exclude=.gitignore \
|
||||
--exclude=.gitmodules \
|
||||
--exclude=.git \
|
||||
--exclude=.github \
|
||||
--exclude=.mypy.ini \
|
||||
--exclude=.pre-commit-config.yaml \
|
||||
--exclude=build.py \
|
||||
|
Loading…
x
Reference in New Issue
Block a user