Skip to content

Commit c917ee3

Browse files
committed
📦 Chore(custom): update action file
1 parent 1236a89 commit c917ee3

3 files changed

Lines changed: 659 additions & 483 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
if: contains(matrix.os_type, 'linux') && (github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All')
8686
run: |
8787
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils libfuse2
88+
sudo snap install snapcraft --classic
8889
8990
- name: Install FPM
9091
if: matrix.os == 'ubuntu-24.04-arm' && (github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All')
@@ -99,7 +100,7 @@ jobs:
99100
shell: bash
100101
run: |
101102
yarn config set ignore-engines true
102-
yarn
103+
rm -rf node_modules dist_electron && yarn install --frozen-lockfile
103104
yarn global add xvfb-maybe
104105
105106
- name: Generate release notes
@@ -238,7 +239,7 @@ jobs:
238239
shell: bash
239240
run: |
240241
yarn config set ignore-engines true
241-
yarn
242+
rm -rf node_modules && yarn install
242243
243244
- name: Download all yml artifacts
244245
uses: actions/download-artifact@v4

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"winget": "node ./scripts/auto-winget.js"
4242
},
4343
"dependencies": {
44-
"@aws-sdk/client-s3": "^3.965.0",
44+
"@aws-sdk/client-s3": "3.965.0",
4545
"@aws-sdk/lib-storage": "^3.965.0",
4646
"@aws-sdk/s3-request-presigner": "^3.965.0",
4747
"@nodelib/fs.walk": "^3.0.1",
@@ -70,7 +70,7 @@
7070
"multer": "^2.0.2",
7171
"node-ssh-no-cpu-features": "^2.0.0",
7272
"nodejs-file-downloader": "^4.13.0",
73-
"piclist": "^2.2.0",
73+
"piclist": "^2.2.2",
7474
"qiniu": "7.14.0",
7575
"semver": "^7.7.3",
7676
"shell-path": "3.0.0",
@@ -108,7 +108,7 @@
108108
"dotenv": "^17.2.3",
109109
"dpdm": "^3.14.0",
110110
"electron": "^39.2.7",
111-
"electron-builder": "^26.4.0",
111+
"electron-builder": "^26.0.12",
112112
"electron-vite": "^5.0.0",
113113
"eslint": "^9.39.2",
114114
"eslint-config-prettier": "^10.1.8",

0 commit comments

Comments
 (0)