mirror of https://github.com/PCSX2/pcsx2.git
CI/Linux: Enable daily Flathub builds
This commit is contained in:
parent
d0ce4c52b0
commit
7cda571d72
|
@ -1,8 +1,8 @@
|
||||||
name: 📦 Publish Flathub Release
|
name: 📦 Publish Flathub Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
#schedule:
|
schedule:
|
||||||
# - cron: "0 0 * * *" # Every day at 12am UTC.
|
- cron: "0 0 * * *" # Every day at 12am UTC.
|
||||||
workflow_dispatch: # As well as manually.
|
workflow_dispatch: # As well as manually.
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -36,6 +36,6 @@ jobs:
|
||||||
compiler: clang
|
compiler: clang
|
||||||
cmakeflags: ""
|
cmakeflags: ""
|
||||||
publish: true
|
publish: true
|
||||||
branch: beta
|
branch: stable
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue