File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,18 +37,18 @@ jobs:
3737 uses : actions/upload-artifact@v1.0.0
3838 with :
3939 name : rc_linux_gtk2.tar
40- path : build/SuperSlicer .tar
40+ path : build/SuperPleccer .tar
4141 - name : Upload appimage
4242 uses : actions/upload-artifact@v1.0.0
4343 with :
4444 name : rc-${{ github.event.repository.name }}-gtk2.AppImage
45- path : build/SuperSlicer_ubu64 .AppImage
45+ path : build/SuperPleccer_ubu64 .AppImage
4646 - name : Upload release assets
4747 uses : actions/upload-release-asset@v1
4848 env :
4949 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5050 with :
5151 upload_url : ${{ needs.create_release.outputs.upload_url }}
5252 asset_name : SuperPleccer-${{ matrix.config.os }}
53- asset_path : build/SuperSlicer_ubu64 .AppImage
53+ asset_path : build/SuperPleccer_ubu64 .AppImage
5454 asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments