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-12-23 02:55:15 +05:30 committed by GitHub
parent 4c685295da
commit 4314c8e494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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