Skip to content

Commit 7a6c854

Browse files
committed
Use relative paths
1 parent 79d5a9e commit 7a6c854

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ jobs:
8989
cd flatpak/scripts
9090
dart pub get
9191
dart manifest_generator.dart --meta ../flatpak_meta.json --github
92-
mkdir /tmp/flathub
93-
cp flatpak_generator_exports/de.wger.flutter.json /tmp/flathub
92+
mkdir ../../flathub
93+
cp flatpak_generator_exports/de.wger.flutter.json ../../flathub
9494
9595
- name: Push updated config to flathub repository
9696
uses: cpina/github-action-push-to-another-repository@main
9797
env:
9898
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
9999
with:
100-
source-directory: /tmp/flathub
100+
source-directory: flathub
101101
destination-github-username: wger-project
102102
destination-repository-name: de.wger.flutter
103103
user-email: [email protected]
@@ -112,7 +112,7 @@ jobs:
112112
# would not work, as it would trigger this workflow again. So as
113113
# a workaround, we use the v-tag to trigger this workflow, add a new
114114
# one without the v and push it.
115-
- name: Commit pubspec version and delete branch
115+
- name: Commit pubspec version and delete tag
116116
run: |
117117
git config user.name Github-actions
118118
git config user.email [email protected]

0 commit comments

Comments
 (0)