From 94b717c094bdd7544beb2e8a676fdf7e1db7a978 Mon Sep 17 00:00:00 2001 From: supermerill Date: Mon, 5 Oct 2020 20:34:40 +0200 Subject: [PATCH] update windows nightly build to superslicer from slic3r++ --- .github/workflows/ccpp_win.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ccpp_win.yml b/.github/workflows/ccpp_win.yml index 42d574f2d69..73f45cc1e78 100644 --- a/.github/workflows/ccpp_win.yml +++ b/.github/workflows/ccpp_win.yml @@ -67,15 +67,15 @@ jobs: - name: copy from release working-directory: ./build shell: powershell - run: '(new-object System.Net.WebClient).DownloadFile("https://github.com/supermerill/SuperSlicer/releases/download/2.1.45.0/Slic3r++_2.1.45.0_win64_191104.zip", "Slic3r++_2.1.45.0_win64_191104.zip")' + run: '(new-object System.Net.WebClient).DownloadFile("https://github.com/supermerill/SuperSlicer/releases/download/2.2.53.3/SuperSlicer_2.2.53.3_win64_20201005.zip", "SuperSlicer_2.2.53.3_win64_20201005.zip")' - name: unzip working-directory: ./build shell: cmd - run: '"C:/Program Files/7-Zip/7z.exe" x Slic3r++_2.1.45.0_win64_191104.zip' + run: '"C:/Program Files/7-Zip/7z.exe" x SuperSlicer_2.2.53.3_win64_20201005.zip' - name: copy old release content working-directory: ./build shell: cmd - run: xcopy /RCYIE Slic3r++_2.1.45.0_win64_191104\* package\ + run: xcopy /RCYIE SuperSlicer_2.2.53.3_win64_20201005\* package\ - name: copy new resources working-directory: ./build shell: cmd