Update workflow
This commit is contained in:
parent
6b1ef67eaf
commit
e18468125a
1 changed files with 2 additions and 4 deletions
|
@ -17,8 +17,7 @@ jobs:
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
key: apt-cache
|
key: apt-cache
|
||||||
path: |
|
path: /var/cache/apt
|
||||||
/var/cache/apt
|
|
||||||
- name: Add flathub repo and install flatpak dependencies
|
- name: Add flathub repo and install flatpak dependencies
|
||||||
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
- name: Build project
|
- name: Build project
|
||||||
|
@ -27,8 +26,7 @@ jobs:
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
key: flatpak-data
|
key: flatpak-data
|
||||||
path: |
|
path: /var/lib/flatpak/
|
||||||
/var/lib/flatpak/
|
|
||||||
- name: Download uploading script
|
- name: Download uploading script
|
||||||
run: wget https://raw.githubusercontent.com/flatpak/flat-manager/9401efbdc0d6bd489507d8401c567ba219d735d5/flat-manager-client -O flat-manager-client && chmod +x flat-manager-client
|
run: wget https://raw.githubusercontent.com/flatpak/flat-manager/9401efbdc0d6bd489507d8401c567ba219d735d5/flat-manager-client -O flat-manager-client && chmod +x flat-manager-client
|
||||||
- name: Upload to flatpak repo
|
- name: Upload to flatpak repo
|
||||||
|
|
Loading…
Reference in a new issue