+
This commit is contained in:
parent
1259a0a0fb
commit
11cd0ad292
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -342,6 +342,9 @@ jobs:
|
|||
- name: Build AppImage package
|
||||
run: flutter_distributor package --platform linux --targets appimage
|
||||
|
||||
- name: Rebuild AppImage package
|
||||
run: flutter_distributor package --platform linux --targets appimage
|
||||
|
||||
- name: Move AppImage file
|
||||
run: mv $(find dist -type f -name "mangayomi*.AppImage") dist/Mangayomi-${{ github.ref_name }}-linux.AppImage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue