mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-13 18:30:54 +01:00
Merge branch 'main' of https://github.com/upscayl/upscayl into main
This commit is contained in:
commit
3401ea6c61
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -37,6 +37,9 @@ jobs:
|
|||||||
- name: Install Modules and Publish build
|
- name: Install Modules and Publish build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
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
|
./node_modules/.bin/electron-rebuild
|
||||||
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-mac-app
|
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-mac-app
|
||||||
|
|
||||||
@ -54,8 +57,5 @@ jobs:
|
|||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
npm install
|
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
|
./node_modules/.bin/electron-rebuild
|
||||||
npm run publish-win-app
|
npm run publish-win-app
|
||||||
|
Loading…
Reference in New Issue
Block a user