Skip to content

Commit

Permalink
Use dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed Dec 11, 2024
1 parent 41d10b0 commit 77ba5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Build Electron App (Windows only)
if: startsWith(matrix.os, 'windows')
working-directory: apps/studio
run: bun run build && npx electron-builder --win --dir
run: bun run build && npx electron-builder --win
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -93,7 +93,7 @@ jobs:
code-signing-account-name: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
certificate-profile-name: ${{ secrets.AZURE_CERT_PROFILE_NAME }}
file-digest: SHA256
files-folder: apps/studio/dist/win-unpacked
files-folder: apps/studio/dist
files-folder-filter: exe

- name: Build and Release Electron App
Expand Down

0 comments on commit 77ba5aa

Please sign in to comment.