mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 03:30:45 -05:00
Add client module package decompression and deletion
This commit is contained in:
parent
107be5173a
commit
24569f77ad
@ -179,6 +179,19 @@ jobs:
|
||||
env:
|
||||
MODULE_DOMAIN: ${{ secrets.MODULE_DOMAIN }}
|
||||
|
||||
- name: Decompress Client Module Package
|
||||
run: |
|
||||
cd ./modules/project/Shared/Managed
|
||||
7z x ${{ steps.extract-client-version.outputs.client_version }}.zip -aoa
|
||||
shell: bash
|
||||
|
||||
- name: Delete Client Module Package
|
||||
run: |
|
||||
cd ./modules/project/Shared/Managed
|
||||
rm -f ${{ steps.extract-client-version.outputs.client_version }}.zip
|
||||
echo "Client module package deleted."
|
||||
shell: bash
|
||||
|
||||
build-launcher:
|
||||
needs: check-tag-exists
|
||||
if: needs.check-tag-exists.outputs.proceed == 'true'
|
||||
|
Loading…
x
Reference in New Issue
Block a user