mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Bump actions/upload-artifact from 3 to 4
This commit is contained in:
parent
54604fa0af
commit
18a74c7b9c
6
.github/workflows/dev-desktop-builds.yml
vendored
6
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
cp -R ./pixelorama_data ./build/windows-64bit
|
||||
rm ./build/windows-64bit/pixelorama_data/.gdignore
|
||||
- name: Upload Artifact 🚀
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Windows-64bit
|
||||
path: ./build/windows-64bit/
|
||||
|
@ -85,7 +85,7 @@ jobs:
|
|||
cd build
|
||||
tar zcvf linux-64bit.tar.gz linux-64bit
|
||||
- name: Upload Artifact 🚀
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Linux-64bit
|
||||
path: ./build/linux-64bit.tar.gz
|
||||
|
@ -136,7 +136,7 @@ jobs:
|
|||
- name: Create DMG archive 🔧
|
||||
run: hdiutil create -srcfolder ./build/mac -fs HFS+ -volname Pixelorama ./build/mac/Pixelorama.dmg
|
||||
- name: Upload Artifact 🚀
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Mac
|
||||
path: ./build/mac/Pixelorama.dmg
|
||||
|
|
Loading…
Reference in a new issue