mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
📦 Chore(custom): update action file
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -85,6 +85,7 @@ jobs:
|
||||
if: contains(matrix.os_type, 'linux') && (github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All')
|
||||
run: |
|
||||
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils libfuse2
|
||||
sudo snap install snapcraft --classic
|
||||
|
||||
- name: Install FPM
|
||||
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:
|
||||
shell: bash
|
||||
run: |
|
||||
yarn config set ignore-engines true
|
||||
yarn
|
||||
rm -rf node_modules dist_electron && yarn install --frozen-lockfile
|
||||
yarn global add xvfb-maybe
|
||||
|
||||
- name: Generate release notes
|
||||
@@ -238,7 +239,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
yarn config set ignore-engines true
|
||||
yarn
|
||||
rm -rf node_modules && yarn install
|
||||
|
||||
- name: Download all yml artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"winget": "node ./scripts/auto-winget.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.965.0",
|
||||
"@aws-sdk/client-s3": "3.965.0",
|
||||
"@aws-sdk/lib-storage": "^3.965.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.965.0",
|
||||
"@nodelib/fs.walk": "^3.0.1",
|
||||
@@ -70,7 +70,7 @@
|
||||
"multer": "^2.0.2",
|
||||
"node-ssh-no-cpu-features": "^2.0.0",
|
||||
"nodejs-file-downloader": "^4.13.0",
|
||||
"piclist": "^2.2.0",
|
||||
"piclist": "^2.2.2",
|
||||
"qiniu": "7.14.0",
|
||||
"semver": "^7.7.3",
|
||||
"shell-path": "3.0.0",
|
||||
@@ -108,7 +108,7 @@
|
||||
"dotenv": "^17.2.3",
|
||||
"dpdm": "^3.14.0",
|
||||
"electron": "^39.2.7",
|
||||
"electron-builder": "^26.4.0",
|
||||
"electron-builder": "^26.0.12",
|
||||
"electron-vite": "^5.0.0",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
|
||||
Reference in New Issue
Block a user