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:
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user