mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: revamped push_flathub_main - fix [skip ci]
This commit is contained in:
parent
287780c5a5
commit
cd9a252d78
7
.github/workflows/flathub_push_main.yml
vendored
7
.github/workflows/flathub_push_main.yml
vendored
|
@ -11,5 +11,10 @@ jobs:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Pushing
|
- name: Checkout RetroDECK repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
|
- name: Pushing main to Flathub
|
||||||
run: automation_tools/flathub_push_main.sh
|
run: automation_tools/flathub_push_main.sh
|
||||||
|
|
Loading…
Reference in a new issue