Skip to content

Commit 9eef390

Browse files
committed
fix the matrix builds
1 parent 8c4d6d3 commit 9eef390

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-ide.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
env:
4646
NODE_ENV: "production"
4747
- name: Build selenium-ide binaries
48-
run: pnpm run build:electron:${{ matrix.platform }}
48+
run: npm run build:electron:${{ matrix.platform }}
49+
working-directory: ./packages/selenium-ide
4950
- name: Set env from current release
5051
run: >
5152
echo "SIDE_RELEASE_VERSION=$(node -pe "require('./package.json').version")" >> $GITHUB_ENV

0 commit comments

Comments
 (0)