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

[CI] Bump actions/upload-artifact to version 2

Otherwise retention-days does not work
This commit is contained in:
Manolis Papadeas 2020-11-16 10:54:39 -08:00 committed by GitHub
parent 4b5960e69d
commit 001fb02ed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ jobs:
cp -R ./pixelorama_data ./build/windows-64bit
rm ./build/windows-64bit/pixelorama_data/.gdignore
- name: Upload Artifact 🚀
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: Windows-64bit
path: ./build/windows-64bit/
@ -81,7 +81,7 @@ jobs:
cd build
tar zcvf linux-64bit.tar.gz linux-64bit
- name: Upload Artifact 🚀
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: Linux-64bit
path: ./build/linux-64bit.tar.gz
@ -130,7 +130,7 @@ jobs:
- name: Create DMG archive 🔧
run: hdiutil create -size 70m -srcfolder ./build/mac -volname Pixelorama ./build/mac/Pixelorama.dmg
- name: Upload Artifact 🚀
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: Mac
path: ./build/mac/Pixelorama.dmg