1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-12 01:40:53 +01:00

Merge branch 'main' of https://github.com/upscayl/upscayl into main

This commit is contained in:
TGS963 2023-09-13 21:45:45 +05:30
commit 3401ea6c61

View File

@ -37,6 +37,9 @@ jobs:
- name: Install Modules and Publish build
run: |
npm install
rm -rf node_modules/sharp
npm install --platform=darwin --arch=x64 sharp
npm rebuild --platform=darwin --arch=arm64 sharp
./node_modules/.bin/electron-rebuild
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-mac-app
@ -54,8 +57,5 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install
rm -rf node_modules/sharp
npm install --platform=darwin --arch=x64 sharp
npm rebuild --platform=darwin --arch=arm64 sharp
./node_modules/.bin/electron-rebuild
npm run publish-win-app