mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 09:57:40 +03:00
windows-build/tar: Adjust argument ordering
`-C ..` applies to anything that happens after it, so needs to be after the `-f <file>`.
This commit is contained in:
parent
d52f161dc9
commit
a00c6f789a
5
.github/workflows/windows-build.yml
vendored
5
.github/workflows/windows-build.yml
vendored
@ -29,8 +29,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# For 'tar' we can only specify filename/glob exclusions, not any
|
# For 'tar' we can only specify filename/glob exclusions, not any
|
||||||
# directory location
|
# directory location
|
||||||
tar -C .. -c -v -z \
|
tar -c -v -z \
|
||||||
-f EDMarketConnector/EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.tar.gz \
|
-f EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.tar.gz \
|
||||||
|
-C .. \
|
||||||
--exclude=EDMarketConnector-release-*.* \
|
--exclude=EDMarketConnector-release-*.* \
|
||||||
--exclude=.editorconfig \
|
--exclude=.editorconfig \
|
||||||
--exclude=.flake8 \
|
--exclude=.flake8 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user