This commit is contained in:
Joseph Lenox 2021-04-02 23:13:13 -05:00
parent 626f5f80c9
commit fd618d8a61

View File

@ -37,9 +37,9 @@ jobs:
image: ubuntu-1604:202007-01
working_directory: /build
steps:
- checkout
- attach_workspace:
at: /tmp/workspace
- checkout
- run:
name: Package AppImage
command: |
@ -48,7 +48,7 @@ jobs:
tar -xzf Slic3r.tar.gz
/build/src/platform/unix/build_appimage.sh /build/Slic3r.AppImage
- store_artifacts:
path: /build/Slic3r.AppImage
path: /build/Slic3r.AppImage
workflows:
version: 2
build_and_package: