Update build.yml

This commit is contained in:
Jai A P
2023-06-25 08:51:57 +05:30
committed by GitHub
parent 75a3439f4d
commit 86948d1eeb

View File

@@ -289,6 +289,12 @@ jobs:
repo: 'eugeny/tabby'
dir: 'dist'
- uses: actions/upload-artifact@master
name: Upload AppImage (${{matrix.arch}})
with:
name: Linux AppImage (${{matrix.arch}})
path: dist/*.AppImage
- uses: actions/upload-artifact@master
name: Upload DEB (${{matrix.arch}})
with: