mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Change retention days for GH Actions Artifacts
This commit is contained in:
parent
320f1a4da2
commit
e9775551fe
3
.github/workflows/dev-desktop-builds.yml
vendored
3
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Windows-64bit
|
name: Windows-64bit
|
||||||
path: ./build/windows-64bit/
|
path: ./build/windows-64bit/
|
||||||
|
retention-days: 14
|
||||||
|
|
||||||
export-linux:
|
export-linux:
|
||||||
name: Linux Export 🐧
|
name: Linux Export 🐧
|
||||||
|
@ -84,6 +85,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Linux-64bit
|
name: Linux-64bit
|
||||||
path: ./build/linux-64bit.tar.gz
|
path: ./build/linux-64bit.tar.gz
|
||||||
|
retention-days: 14
|
||||||
|
|
||||||
export-mac:
|
export-mac:
|
||||||
name: Mac Export 🍎
|
name: Mac Export 🍎
|
||||||
|
@ -132,3 +134,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Mac
|
name: Mac
|
||||||
path: ./build/mac/Pixelorama.dmg
|
path: ./build/mac/Pixelorama.dmg
|
||||||
|
retention-days: 14
|
||||||
|
|
Loading…
Reference in a new issue