1
0
Fork 0
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:
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: 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