File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 4
4
tags :
5
5
- ' v[0-9]+.[0-9]+.[0-9]+'
6
6
7
- defaults :
8
- run :
9
- working-directory : wger
10
-
11
7
jobs :
12
8
deploy_android :
13
9
runs-on : ubuntu-latest
14
10
steps :
15
11
- name : Checkout application code
16
12
uses : actions/checkout@v2
17
- with :
18
- path : wger
19
-
20
- - name : Checkout flathub repo
21
- uses : actions/checkout@v3
22
- with :
23
- repository : wger-project/test
24
- path : flathub
25
13
26
14
- name : Setup Java
27
15
uses : actions/setup-java@v1
@@ -102,14 +90,15 @@ jobs:
102
90
cd flatpak/scripts
103
91
dart pub get
104
92
dart manifest_generator.dart --meta ../flatpak_meta.json --github
105
- cp flatpak_generator_exports/de.wger.flutter.json ../../../flathub
93
+ mkdir /tmp/flathub
94
+ cp flatpak_generator_exports/de.wger.flutter.json /tmp/flathub
106
95
107
- - name : Push config to flathub repository
96
+ - name : Push updated config to flathub repository
108
97
uses : cpina/github-action-push-to-another-repository@main
109
98
env :
110
99
SSH_DEPLOY_KEY : ${{ secrets.SSH_DEPLOY_KEY }}
111
100
with :
112
- source-directory : flathub
101
+ source-directory : /tmp/ flathub
113
102
destination-github-username : wger-project
114
103
destination-repository-name : de.wger.flutter
115
104
You can’t perform that action at this time.
0 commit comments