mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Use tar.gz instead of .zip for Linux build
This commit is contained in:
parent
cab057b73c
commit
206fbf8cae
6
.github/workflows/dev-desktop-builds.yml
vendored
6
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -61,11 +61,15 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cp -R ./pixelorama_data ./build/linux-64bit
|
cp -R ./pixelorama_data ./build/linux-64bit
|
||||||
rm ./build/linux-64bit/pixelorama_data/.gdignore
|
rm ./build/linux-64bit/pixelorama_data/.gdignore
|
||||||
|
- name: Create tar.gz archive 🗜️
|
||||||
|
run: |
|
||||||
|
cd build
|
||||||
|
tar zcvf linux-64bit.tar.gz linux-64bit
|
||||||
- name: Upload Artifact 🚀
|
- name: Upload Artifact 🚀
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Linux-64bit
|
name: Linux-64bit
|
||||||
path: ./build/linux-64bit/
|
path: ./build/linux-64bit.tar.gz
|
||||||
|
|
||||||
export-mac:
|
export-mac:
|
||||||
name: Mac Export 🍎
|
name: Mac Export 🍎
|
||||||
|
|
Loading…
Reference in a new issue