Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 470bf86

Browse files
authored
downgrade electron-builder (#251)
1 parent a4a02fc commit 470bf86

4 files changed

Lines changed: 1272 additions & 771 deletions

File tree

.github/workflows/build-plugin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v5
22+
with:
23+
ref: ${{ github.event.pull_request.head.ref }}
24+
repository: ${{ github.event.pull_request.head.repo.full_name }}
2225

2326
- name: Use Node.js
2427
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)