Skip to content

Commit

Permalink
Update AppImage-Builder to use upload-artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fang64 committed Jan 16, 2023
1 parent 0b7acb2 commit 80287e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build Bambu Studio AppImage using BuildLinux.sh
shell: bash
run: ./BuildLinux.sh -ir
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: AppImage
path: './build/BambuStudio_ubu64.AppImage'

0 comments on commit 80287e3

Please sign in to comment.