diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index 731b6f031..e93f881f2 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -80,7 +80,6 @@ jobs: cp app/dist/*armv7l*.AppImage artifacts/dbgate-beta-armv7l.AppImage || true cp app/dist/*.exe artifacts/dbgate-beta.exe || 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.dmg artifacts/dbgate-beta.dmg || true cp app/dist/*.mac_arm64.dmg artifacts/dbgate-beta-arm64.dmg || true diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index 4fa7ba076..2bf7757f2 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -80,7 +80,6 @@ jobs: cp app/dist/*armv7l*.AppImage artifacts/dbgate-latest-armv7l.AppImage || true cp app/dist/*.exe artifacts/dbgate-latest.exe || 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.dmg artifacts/dbgate-latest.dmg || true cp app/dist/*.mac_arm64.dmg artifacts/dbgate-latest-arm64.dmg || true