mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
[CI] Bump actions/upload-artifact to version 2
Otherwise retention-days does not work
This commit is contained in:
parent
4b5960e69d
commit
001fb02ed1
6
.github/workflows/dev-desktop-builds.yml
vendored
6
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
cp -R ./pixelorama_data ./build/windows-64bit
|
cp -R ./pixelorama_data ./build/windows-64bit
|
||||||
rm ./build/windows-64bit/pixelorama_data/.gdignore
|
rm ./build/windows-64bit/pixelorama_data/.gdignore
|
||||||
- name: Upload Artifact 🚀
|
- name: Upload Artifact 🚀
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Windows-64bit
|
name: Windows-64bit
|
||||||
path: ./build/windows-64bit/
|
path: ./build/windows-64bit/
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
tar zcvf linux-64bit.tar.gz linux-64bit
|
tar zcvf linux-64bit.tar.gz linux-64bit
|
||||||
- name: Upload Artifact 🚀
|
- name: Upload Artifact 🚀
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Linux-64bit
|
name: Linux-64bit
|
||||||
path: ./build/linux-64bit.tar.gz
|
path: ./build/linux-64bit.tar.gz
|
||||||
|
@ -130,7 +130,7 @@ jobs:
|
||||||
- name: Create DMG archive 🔧
|
- name: Create DMG archive 🔧
|
||||||
run: hdiutil create -size 70m -srcfolder ./build/mac -volname Pixelorama ./build/mac/Pixelorama.dmg
|
run: hdiutil create -size 70m -srcfolder ./build/mac -volname Pixelorama ./build/mac/Pixelorama.dmg
|
||||||
- name: Upload Artifact 🚀
|
- name: Upload Artifact 🚀
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Mac
|
name: Mac
|
||||||
path: ./build/mac/Pixelorama.dmg
|
path: ./build/mac/Pixelorama.dmg
|
||||||
|
|
Loading…
Reference in a new issue