mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-13 18:30:54 +01:00
Update main.yml
This commit is contained in:
parent
4c685295da
commit
4314c8e494
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -16,11 +16,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Modules and Publish build
|
- name: Install Modules and Publish build
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install flatpak -y
|
|
||||||
sudo apt-get install flatpak-builder -y
|
|
||||||
sudo apt-get install elfutils -y
|
sudo apt-get install elfutils -y
|
||||||
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
sudo apt install rpm
|
||||||
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
|
||||||
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-linux-app
|
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-linux-app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user