mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +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: |
|
||||
cp -R ./pixelorama_data ./build/linux-64bit
|
||||
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 🚀
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: Linux-64bit
|
||||
path: ./build/linux-64bit/
|
||||
path: ./build/linux-64bit.tar.gz
|
||||
|
||||
export-mac:
|
||||
name: Mac Export 🍎
|
||||
|
|
Loading…
Reference in a new issue