1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-12-18 10:26:04 +01:00

Update main.yml

This commit is contained in:
NayamAmarshe 2022-09-29 21:18:39 +05:30 committed by GitHub
parent 07dbb31b00
commit a72c03c39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install flathub org.freedesktop.Platform/x86_64/20.08 org.freedesktop.Sdk/x86_64/20.08 org.electronjs.Electron2.BaseApp/x86_64/stable -y sudo flatpak install flathub org.freedesktop.Platform/x86_64/20.08 org.freedesktop.Sdk/x86_64/20.08 org.electronjs.Electron2.BaseApp/x86_64/stable -y
npm install npm install
npm run publish-linux-app GH_TOKEN=${{ secrets.GH_TOKEN }} && npm run publish-linux-app
macos: macos:
runs-on: macOS-latest runs-on: macOS-latest
@ -36,7 +36,7 @@ jobs:
- name: Install Modules and Publish build - name: Install Modules and Publish build
run: | run: |
npm install npm install
npm run publish-mac-app GH_TOKEN=${{ secrets.GH_TOKEN }} && npm run publish-mac-app
windo: windo:
runs-on: windows-latest runs-on: windows-latest
@ -50,4 +50,4 @@ jobs:
- name: Install Modules and Publish build - name: Install Modules and Publish build
run: | run: |
npm install npm install
npm run publish-win-app GH_TOKEN=${{ secrets.GH_TOKEN }} && npm run publish-win-app