|
@@ -31,13 +31,13 @@ jobs: |
|
|
make appimage |
|
|
make appimage |
|
|
|
|
|
|
|
|
- name: Upload AppImage |
|
|
- name: Upload AppImage |
|
|
uses: actions/upload-artifact@v2 |
|
|
uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: kosmorro.AppImage |
|
|
name: kosmorro.AppImage |
|
|
path: dist/kosmorro-latest-x86_64.AppImage |
|
|
path: dist/kosmorro-latest-x86_64.AppImage |
|
|
|
|
|
|
|
|
- name: Upload AppImage version synchronization file |
|
|
- name: Upload AppImage version synchronization file |
|
|
uses: actions/upload-artifact@v2 |
|
|
uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: kosmorro.AppImage.zsync |
|
|
name: kosmorro.AppImage.zsync |
|
|
path: dist/kosmorro-latest-x86_64.AppImage.zsync |
|
|
path: dist/kosmorro-latest-x86_64.AppImage.zsync |
|
|