mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +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: |
|
||||
# For 'tar' we can only specify filename/glob exclusions, not any
|
||||
# directory location
|
||||
tar -C .. -c -v -z \
|
||||
-f EDMarketConnector/EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.tar.gz \
|
||||
tar -c -v -z \
|
||||
-f EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.tar.gz \
|
||||
-C .. \
|
||||
--exclude=EDMarketConnector-release-*.* \
|
||||
--exclude=.editorconfig \
|
||||
--exclude=.flake8 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user