chore: update release wf to support cloud
This commit is contained in:
parent
4879d175dd
commit
cc0e9126e6
3 changed files with 17 additions and 1 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue