Skip to content

Commit

Permalink
Publish version v0.1.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed Dec 12, 2024
1 parent 358a4ee commit c330e69
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 @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os:
- macos-latest
# - macos-latest
- windows-latest
# - ubuntu-latest

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
if: startsWith(matrix.os, 'windows')
working-directory: apps/studio
run: |
bun run build && npx electron-builder --win
bun run build && npx electron-builder --win --dir
echo "RELEASE_VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c330e69

Please sign in to comment.