Allow uploading nightlies
This commit is contained in:
parent
8c273e29dc
commit
6daa8ff520
2 changed files with 7 additions and 2 deletions
|
@ -10,12 +10,16 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Install flatpak and flatpak-builder
|
- name: Install system dependencies
|
||||||
run: apt update && apt install -y flatpak-builder flatpak
|
run: apt update && apt install -y flatpak-builder flatpak python3-aiohttp python3-tenacity libostree-1-1 python3-gi gir1.2-ostree-1.0 wget
|
||||||
- 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 && flatpak install -y --noninteractive org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08
|
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo && flatpak install -y --noninteractive org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: flatpak-builder build-flatpak com.experimentalcraft.NekoPlayer.yml --repo ./flatpak-repo
|
run: flatpak-builder build-flatpak com.experimentalcraft.NekoPlayer.yml --repo ./flatpak-repo
|
||||||
|
- 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
|
||||||
|
- name: Upload to flatpak repo
|
||||||
|
run: export REPO_TOKEN=$(echo -n "$FLATPAK_TOKEN" | cargo run --bin gentoken -- --base64 --secret-file - --name nightly-token) && ./flat-manager-client push --commit $(./flat-manager-client create https://flatpak.complecwaft.com nightly) ./flatpak-repo/
|
||||||
#- uses: actions/upload-artifact@v3
|
#- uses: actions/upload-artifact@v3
|
||||||
# with:
|
# with:
|
||||||
# name: build
|
# name: build
|
||||||
|
|
1
flat-manager
Submodule
1
flat-manager
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 52454dc018218286e4ef8e79b85feb8f426dfd31
|
Loading…
Reference in a new issue