diff --git a/ITS-commandline/.github/workflows/build.yml b/ITS-commandline/.github/workflows/build.yml index ede7b0d200..993f92dd3c 100644 --- a/ITS-commandline/.github/workflows/build.yml +++ b/ITS-commandline/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - name: delete unused platform specifics from dist run: cd website ; zip -d fr.lip6.move.gal.itscl.product-linux.gtk.x86_64.zip '*its-*-win64' '*its-*-Darwin' ; zip -d fr.lip6.move.gal.itscl.product-macosx.cocoa.x86_64.zip '*its-*-win64' '*its-*-linux64' ; zip -d fr.lip6.move.gal.itscl.product-win32.win32.x86_64.zip '*its-*-linux64' '*its-*-Darwin' ; cd .. - name: Deploy - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Command Line ITS-Tools path: website