mirror of
https://github.com/eugeny/tabby
synced 2026-09-26 15:06:01 +00:00
appx build
This commit is contained in:
@@ -40,6 +40,8 @@ jobs:
|
||||
mv dist/*-setup.exe artifact-setup/
|
||||
mkdir artifact-portable
|
||||
mv dist/*-portable.exe artifact-portable/
|
||||
mkdir artifact-appx
|
||||
mv dist/*.appx artifact-appx/
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
name: Upload installer
|
||||
@@ -52,3 +54,9 @@ jobs:
|
||||
with:
|
||||
name: Portable build
|
||||
path: artifact-portable
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
name: Upload APPX
|
||||
with:
|
||||
name: Portable build
|
||||
path: artifact-appx
|
||||
|
||||
Reference in New Issue
Block a user