Skip to content

Commit 63afd1e

Browse files
authored
Update ccpp_ubuntu_rc.yml
1 parent ba1657e commit 63afd1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ccpp_ubuntu_rc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)