chore: update release wf to support cloud

This commit is contained in:
haritabh-z01 2025-11-11 22:00:03 +05:30
parent 4879d175dd
commit cc0e9126e6
3 changed files with 17 additions and 1 deletions

View file

@ -132,6 +132,10 @@ jobs:
POSTHOG_HOST: https://app.posthog.com
TELEMETRY_ENABLED: true
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
AUTH_CLIENT_ID: ${{ secrets.AUTH_CLIENT_ID }}
AUTHORIZATION_ENDPOINT: ${{ secrets.AUTHORIZATION_ENDPOINT }}
TOKEN_ENDPOINT: ${{ secrets.TOKEN_ENDPOINT }}
API_ENDPOINT: ${{ secrets.API_ENDPOINT }}
run: |
echo "Building macOS ${{ matrix.arch }} artifacts"
pnpm make:${{ matrix.arch }}
@ -143,6 +147,10 @@ jobs:
POSTHOG_HOST: https://app.posthog.com
TELEMETRY_ENABLED: true
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
AUTH_CLIENT_ID: ${{ secrets.AUTH_CLIENT_ID }}
AUTHORIZATION_ENDPOINT: ${{ secrets.AUTHORIZATION_ENDPOINT }}
TOKEN_ENDPOINT: ${{ secrets.TOKEN_ENDPOINT }}
API_ENDPOINT: ${{ secrets.API_ENDPOINT }}
run: |
echo "Building Windows x64 artifacts"
pnpm make:windows