mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 05:10:47 -05:00
Only keep the artifacts around for a little while.
This commit is contained in:
parent
aa65db6323
commit
62adb668a4
@ -127,10 +127,12 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Archive Build
|
- name: Archive Build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: server-build
|
name: server-build
|
||||||
path: /workspace/refringe/Build/server/project/build/
|
path: /workspace/refringe/Build/server/project/build/
|
||||||
|
compression-level: 0
|
||||||
|
retention-days: 1
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
build-modules:
|
build-modules:
|
||||||
@ -218,10 +220,12 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Archive Build
|
- name: Archive Build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: modules-build
|
name: modules-build
|
||||||
path: /workspace/refringe/Build/modules/project/Build
|
path: /workspace/refringe/Build/modules/project/Build
|
||||||
|
compression-level: 0
|
||||||
|
retention-days: 1
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
build-launcher:
|
build-launcher:
|
||||||
@ -246,10 +250,12 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Archive Build
|
- name: Archive Build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: launcher-build
|
name: launcher-build
|
||||||
path: /workspace/refringe/Build/launcher/project/Build
|
path: /workspace/refringe/Build/launcher/project/Build
|
||||||
|
compression-level: 0
|
||||||
|
retention-days: 1
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
assemble-release:
|
assemble-release:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user