mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 14:03:57 +00:00
build tar.gz for linux
This commit is contained in:
1
.github/workflows/build-app-beta.yaml
vendored
1
.github/workflows/build-app-beta.yaml
vendored
@@ -89,6 +89,7 @@ jobs:
|
|||||||
|
|
||||||
mv app/dist/*.exe artifacts/ || true
|
mv app/dist/*.exe artifacts/ || true
|
||||||
mv app/dist/*.zip artifacts/ || true
|
mv app/dist/*.zip artifacts/ || true
|
||||||
|
mv app/dist/*.tar.gz artifacts/ || true
|
||||||
mv app/dist/*.AppImage artifacts/ || true
|
mv app/dist/*.AppImage artifacts/ || true
|
||||||
mv app/dist/*.deb artifacts/ || true
|
mv app/dist/*.deb artifacts/ || true
|
||||||
mv app/dist/*.snap artifacts/ || true
|
mv app/dist/*.snap artifacts/ || true
|
||||||
|
|||||||
@@ -48,7 +48,8 @@
|
|||||||
"armv7l",
|
"armv7l",
|
||||||
"arm64"
|
"arm64"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"tar.gz"
|
||||||
],
|
],
|
||||||
"icon": "icons/",
|
"icon": "icons/",
|
||||||
"category": "Development",
|
"category": "Development",
|
||||||
|
|||||||
Reference in New Issue
Block a user