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

Update main.yml

This commit is contained in:
NayamAmarshe 2022-09-30 21:16:36 +05:30 committed by GitHub
parent 81bcce59cc
commit 0d63d52ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
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
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-linux-app
GH_TOKEN=${{ secrets.GH_TOKEN }} npm run publish-linux-app
macos:
runs-on: macOS-latest