mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 08:43:57 +00:00
build
This commit is contained in:
1
.github/workflows/build-app-beta.yaml
vendored
1
.github/workflows/build-app-beta.yaml
vendored
@@ -70,6 +70,7 @@ jobs:
|
|||||||
cp app/dist/*.AppImage artifacts/dbgate-beta.AppImage || true
|
cp app/dist/*.AppImage artifacts/dbgate-beta.AppImage || true
|
||||||
cp app/dist/*.exe artifacts/dbgate-beta.exe || true
|
cp app/dist/*.exe artifacts/dbgate-beta.exe || true
|
||||||
cp app/dist/*windows*.zip artifacts/dbgate-windows-beta.zip || true
|
cp app/dist/*windows*.zip artifacts/dbgate-windows-beta.zip || true
|
||||||
|
cp app/dist/*mac*.zip artifacts/dbgate-mac-beta.zip || true
|
||||||
cp app/dist/*.dmg artifacts/dbgate-beta.dmg || true
|
cp app/dist/*.dmg artifacts/dbgate-beta.dmg || true
|
||||||
|
|
||||||
mv app/dist/*.exe artifacts/ || true
|
mv app/dist/*.exe artifacts/ || true
|
||||||
|
|||||||
1
.github/workflows/build-app.yaml
vendored
1
.github/workflows/build-app.yaml
vendored
@@ -78,6 +78,7 @@ jobs:
|
|||||||
cp app/dist/*.AppImage artifacts/dbgate-latest.AppImage || true
|
cp app/dist/*.AppImage artifacts/dbgate-latest.AppImage || true
|
||||||
cp app/dist/*.exe artifacts/dbgate-latest.exe || true
|
cp app/dist/*.exe artifacts/dbgate-latest.exe || true
|
||||||
cp app/dist/*windows*.zip artifacts/dbgate-windows-latest.zip || true
|
cp app/dist/*windows*.zip artifacts/dbgate-windows-latest.zip || true
|
||||||
|
cp app/dist/*mac*.zip artifacts/dbgate-mac-latest.zip || true
|
||||||
cp app/dist/*.dmg artifacts/dbgate-latest.dmg || true
|
cp app/dist/*.dmg artifacts/dbgate-latest.dmg || true
|
||||||
|
|
||||||
mv app/dist/*.exe artifacts/ || true
|
mv app/dist/*.exe artifacts/ || true
|
||||||
|
|||||||
@@ -33,9 +33,16 @@
|
|||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage",
|
|
||||||
"deb",
|
"deb",
|
||||||
"snap"
|
"snap",
|
||||||
|
{
|
||||||
|
"target": "AppImage",
|
||||||
|
"arch": [
|
||||||
|
"x64",
|
||||||
|
"armv7l",
|
||||||
|
"arm64"
|
||||||
|
]
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"artifactName": "dbgate-linux-${version}.${ext}",
|
"artifactName": "dbgate-linux-${version}.${ext}",
|
||||||
|
|||||||
Reference in New Issue
Block a user