mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 09:44:00 +00:00
build files fix
This commit is contained in:
5
.github/workflows/build-app-beta.yaml
vendored
5
.github/workflows/build-app-beta.yaml
vendored
@@ -79,9 +79,10 @@ jobs:
|
|||||||
cp app/dist/*arm64*.AppImage artifacts/dbgate-beta-arm64.AppImage || true
|
cp app/dist/*arm64*.AppImage artifacts/dbgate-beta-arm64.AppImage || true
|
||||||
cp app/dist/*armv7l*.AppImage artifacts/dbgate-beta-armv7l.AppImage || true
|
cp app/dist/*armv7l*.AppImage artifacts/dbgate-beta-armv7l.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/*win*.zip artifacts/dbgate-windows-beta.zip || true
|
||||||
cp app/dist/*mac*.zip artifacts/dbgate-mac-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/*.mac.dmg artifacts/dbgate-beta.dmg || true
|
||||||
|
cp app/dist/*.mac_arm64.dmg artifacts/dbgate-beta-arm64.dmg || true
|
||||||
|
|
||||||
mv app/dist/*.exe artifacts/ || true
|
mv app/dist/*.exe artifacts/ || true
|
||||||
mv app/dist/*.zip artifacts/ || true
|
mv app/dist/*.zip artifacts/ || true
|
||||||
|
|||||||
5
.github/workflows/build-app.yaml
vendored
5
.github/workflows/build-app.yaml
vendored
@@ -79,9 +79,10 @@ jobs:
|
|||||||
cp app/dist/*arm64*.AppImage artifacts/dbgate-latest-arm64.AppImage || true
|
cp app/dist/*arm64*.AppImage artifacts/dbgate-latest-arm64.AppImage || true
|
||||||
cp app/dist/*armv7l*.AppImage artifacts/dbgate-latest-armv7l.AppImage || true
|
cp app/dist/*armv7l*.AppImage artifacts/dbgate-latest-armv7l.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/*win*.zip artifacts/dbgate-windows-latest.zip || true
|
||||||
cp app/dist/*mac*.zip artifacts/dbgate-mac-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/*.mac.dmg artifacts/dbgate-latest.dmg || true
|
||||||
|
cp app/dist/*.mac_arm64.dmg artifacts/dbgate-latest-arm64.dmg || true
|
||||||
|
|
||||||
mv app/dist/*.exe artifacts/ || true
|
mv app/dist/*.exe artifacts/ || true
|
||||||
mv app/dist/*.zip artifacts/ || true
|
mv app/dist/*.zip artifacts/ || true
|
||||||
|
|||||||
Reference in New Issue
Block a user