This commit is contained in:
SoftFever 2023-03-17 00:28:39 +08:00
parent ea2430265b
commit ff81b988a3
5 changed files with 30 additions and 13 deletions

View file

@ -43,7 +43,10 @@ jobs:
- name: Build Studio
shell: bash
run: ./BuildLinux.sh -isr
run: |
./BuildLinux.sh -isr
chmod +x ./build/OrcaSlicer_ubu64.AppImage
- uses: actions/upload-artifact@v3
with:
name: OrcaSlicer_Linux

View file

@ -90,4 +90,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: OrcaSlicer_Mac_Intel
path: ${{ github.workspace }}/build_arm64/OrcaSlicer/OrcaSlicer*.zip
path: ${{ github.workspace }}/build_x86_64/OrcaSlicer/OrcaSlicer*.zip