1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Change retention days for GH Actions Artifacts

This commit is contained in:
Manolis Papadeas 2020-10-16 14:00:25 +03:00 committed by GitHub
parent 320f1a4da2
commit e9775551fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@ jobs:
with:
name: Windows-64bit
path: ./build/windows-64bit/
retention-days: 14
export-linux:
name: Linux Export 🐧
@ -84,6 +85,7 @@ jobs:
with:
name: Linux-64bit
path: ./build/linux-64bit.tar.gz
retention-days: 14
export-mac:
name: Mac Export 🍎
@ -132,3 +134,4 @@ jobs:
with:
name: Mac
path: ./build/mac/Pixelorama.dmg
retention-days: 14