Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
suemor233 committed Nov 21, 2024
1 parent c3c03d6 commit 85bec90
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [20.x]
node-version: [22.x]

steps:
- name: Checkout code
Expand All @@ -36,14 +36,6 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Install snapcraft
if: matrix.os == 'ubuntu-latest'
run: sudo snap install snapcraft --classic

- name: Build for Linux
if: matrix.os == 'ubuntu-latest'
run: pnpm run build:linux

- name: Build for macOS
if: matrix.os == 'macos-latest'
run: pnpm run build:mac
Expand All @@ -52,8 +44,4 @@ jobs:
APPLE_TEAM_ID: ${{secrets.APPLE_TEAM_ID}},
APPLE_APP_SPECIFIC_PASSWORD: ${{secrets.APPLE_APP_SPECIFIC_PASSWORD}}
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}

- name: Build for Windows
if: matrix.os == 'windows-latest'
run: pnpm run build:win
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}

0 comments on commit 85bec90

Please sign in to comment.