mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-19 22:24:26 +08:00
fix indent?
This commit is contained in:
parent
88ccca3dfe
commit
626f5f80c9
@ -41,12 +41,12 @@ jobs:
|
|||||||
at: /tmp/workspace
|
at: /tmp/workspace
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Package AppImage
|
name: Package AppImage
|
||||||
command: |
|
command: |
|
||||||
chmod +x /build/src/platform/unix/build_appimage.sh
|
chmod +x /build/src/platform/unix/build_appimage.sh
|
||||||
pushd /tmp/workspace
|
pushd /tmp/workspace
|
||||||
tar -xzf Slic3r.tar.gz
|
tar -xzf Slic3r.tar.gz
|
||||||
/build/src/platform/unix/build_appimage.sh /build/Slic3r.AppImage
|
/build/src/platform/unix/build_appimage.sh /build/Slic3r.AppImage
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /build/Slic3r.AppImage
|
path: /build/Slic3r.AppImage
|
||||||
workflows:
|
workflows:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user