mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 09:50:45 -05:00
Refactored build.yaml workflow
This commit is contained in:
parent
0cb22dc78e
commit
3f9e9d66ee
@ -260,22 +260,11 @@ jobs:
|
|||||||
name: modules-build
|
name: modules-build
|
||||||
path: /workspace/refringe/Build/combined-build/
|
path: /workspace/refringe/Build/combined-build/
|
||||||
|
|
||||||
- name: List combined-build directory contents
|
|
||||||
run: tree /workspace/refringe/Build/combined-build
|
|
||||||
|
|
||||||
- name: Download Launcher Build Archive
|
- name: Download Launcher Build Archive
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: launcher-build
|
name: launcher-build
|
||||||
path: /workspace/refringe/Build/combined-build/
|
path: /workspace/refringe/Build/combined-build/
|
||||||
|
|
||||||
- name: Extract Archives
|
- name: List combined-build directory contents
|
||||||
run: |
|
run: tree /workspace/refringe/Build/combined-build
|
||||||
cd /workspace/refringe/Build/combined-build
|
|
||||||
for archive in *.zip; do
|
|
||||||
echo "Extracting $archive..."
|
|
||||||
7z x "$archive" -aoa
|
|
||||||
rm "$archive"
|
|
||||||
done
|
|
||||||
tree /workspace/refringe/Build/combined-build
|
|
||||||
shell: bash
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user