1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-30 23:29:30 +03:00

windows-build/tar: run, not script.

This commit is contained in:
Athanasius 2023-01-12 12:58:10 +00:00
parent 048be66f54
commit d52f161dc9
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -26,27 +26,26 @@ jobs:
submodules: true submodules: true
- name: Make tar archive - name: Make tar archive
with: run: |
script: | # 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 .. -c -v -z \ -f EDMarketConnector/EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.tar.gz \
-f EDMarketConnector/EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.tar.gz \ --exclude=EDMarketConnector-release-*.* \
--exclude=EDMarketConnector-release-*.* \ --exclude=.editorconfig \
--exclude=.editorconfig \ --exclude=.flake8 \
--exclude=.flake8 \ --exclude=.git* \
--exclude=.git* \ --exclude=.mypy.ini \
--exclude=.mypy.ini \ --exclude=.pre-commit-config.yaml \
--exclude=.pre-commit-config.yaml \ --exclude=Build-exe-and-msi.py \
--exclude=Build-exe-and-msi.py \ --exclude=*.manifest \
--exclude=*.manifest \ --exclude=coriolis-data \
--exclude=coriolis-data \ --exclude=img \
--exclude=img \ --exclude=pyproject.toml \
--exclude=pyproject.toml \ --exclude=scripts \
--exclude=scripts \ --exclude=tests \
--exclude=tests \ --exclude=wix \
--exclude=wix \ EDMarketConnector
EDMarketConnector
- name: Upload build files - name: Upload build files
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3