Skip to content

Commit

Permalink
Add missing env variable (#1577)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Rico <[email protected]>
  • Loading branch information
SferaDev authored Sep 12, 2024
1 parent a4343f5 commit 8584cdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-tables-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@xata.io/cli': patch
---

Updates to windows installer
2 changes: 2 additions & 0 deletions .github/workflows/release-cli-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ jobs:
PUBLISHED_PACKAGES: ${{ inputs.publishedPackages }}
MATRIX_OS: ${{ matrix.os }}
OS_OVERRIDE: windows-latest
XATA_WINDOWS_SIGNING_PASS: ${{ secrets.WINDOWS_CERTIFICATE_SECRET }}

- name: Upload CLI Assets to GitHub Releases (Windows only)
run: pnpm run release:cli:upload:gh
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 8584cdc

Please sign in to comment.