1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-20 20:51:49 +01:00

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

This commit is contained in:
Feenix 2022-12-23 02:55:27 +05:30
commit 2d900f3b2c

View File

@ -16,11 +16,8 @@ jobs:
- name: Install Modules and Publish build
run: |
sudo apt-get install flatpak -y
sudo apt-get install flatpak-builder -y
sudo apt-get install elfutils -y
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
sudo apt install rpm
npm install
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-linux-app