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
|
||||
path: /workspace/refringe/Build/combined-build/
|
||||
|
||||
- name: List combined-build directory contents
|
||||
run: tree /workspace/refringe/Build/combined-build
|
||||
|
||||
- name: Download Launcher Build Archive
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: launcher-build
|
||||
path: /workspace/refringe/Build/combined-build/
|
||||
|
||||
- name: Extract Archives
|
||||
run: |
|
||||
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
|
||||
- name: List combined-build directory contents
|
||||
run: tree /workspace/refringe/Build/combined-build
|
||||
|
Loading…
x
Reference in New Issue
Block a user