Skip to content

Commit

Permalink
chore: 🤖 rlease all
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Aug 3, 2023
1 parent 9a1ab82 commit c61eb8f
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [macos-latest]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -44,29 +44,15 @@ jobs:
- name: Build
run: pnpm build

- name: Release for MacOS
- name: Release for MacOS、Windows、Linux
if: matrix.os == 'macos-latest'
run: |
cd apps/electron
ls ./
pnpm release:mac
pnpm release
env:
USE_HARD_LINKS: false

- name: Release for Windows
if: matrix.os == 'windows-latest'
run: |
cd apps/electron
ls ./
pnpm release:win
- name: Release for Linux
if: matrix.os == 'ubuntu-latest'
run: |
cd apps/electron
ls ./
pnpm release:linux
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit c61eb8f

Please sign in to comment.