Skip to content

Commit

Permalink
fixe spacing and added missing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
TwanLuttik committed Sep 28, 2023
1 parent 0a17e50 commit 1e3fbb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
pnpm-version: [8.7.4]
node-version: [18]
runs-on: ${{ matrix.platform }}

steps:
Expand All @@ -34,11 +36,11 @@ jobs:
with:
workspaces: './src-tauri -> target'

- name: Pnpm install
- name: Pnpm install
uses: pnpm/action-setup@v2
with:
version: ${{ matrix.pnpm-version }}

- name: Install Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 1e3fbb2

Please sign in to comment.