mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 03:10:46 -05:00
Update build.yaml: Decompress client module package and build modules
This commit is contained in:
parent
64d22cc8cc
commit
76ad8cc274
@ -183,8 +183,7 @@ jobs:
|
||||
run: |
|
||||
cd ./modules/project/Shared/Managed
|
||||
7z x ${{ steps.extract-client-version.outputs.client_version }}.zip -aoa
|
||||
echo "Client module package decompressed."
|
||||
ls -la
|
||||
echo "Client module package decompressed.\n\n"
|
||||
shell: bash
|
||||
|
||||
- name: Delete Client Module Package
|
||||
@ -194,6 +193,13 @@ jobs:
|
||||
echo "Client module package deleted."
|
||||
shell: bash
|
||||
|
||||
- name: Build Modules
|
||||
run: |
|
||||
cd ./modules/project
|
||||
dotnet build
|
||||
ls -la
|
||||
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