mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-11-05 04:13:58 +00:00
feat: Use .Devel build for nightly repo
This commit is contained in:
parent
ab021b1eb4
commit
8da7ab29ea
2 changed files with 2 additions and 2 deletions
2
.github/workflows/repo.yml
vendored
2
.github/workflows/repo.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
uses: andyholmes/flatter@main
|
||||
with:
|
||||
files: |
|
||||
build-aux/flatpak/com.github.GradienceTeam.Gradience.json
|
||||
build-aux/flatpak/com.github.GradienceTeam.Gradience.Devel.json
|
||||
arch: ${{ matrix.arch }}
|
||||
gpg-sign: ${{ steps.gpg.outputs.fingerprint }}
|
||||
upload-bundles: true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"app-id" : "com.github.GradienceTeam.Gradience",
|
||||
"runtime" : "org.gnome.Platform",
|
||||
"runtime-version" : "master",
|
||||
"runtime-version" : "44",
|
||||
"sdk" : "org.gnome.Sdk",
|
||||
"command" : "gradience",
|
||||
"finish-args" : [
|
||||
|
|
Loading…
Reference in a new issue