Skip to content

Commit

Permalink
Use relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Nov 18, 2023
1 parent 79d5a9e commit 7a6c854
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ jobs:
cd flatpak/scripts
dart pub get
dart manifest_generator.dart --meta ../flatpak_meta.json --github
mkdir /tmp/flathub
cp flatpak_generator_exports/de.wger.flutter.json /tmp/flathub
mkdir ../../flathub
cp flatpak_generator_exports/de.wger.flutter.json ../../flathub
- name: Push updated config to flathub repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: /tmp/flathub
source-directory: flathub
destination-github-username: wger-project
destination-repository-name: de.wger.flutter
user-email: [email protected]
Expand All @@ -112,7 +112,7 @@ jobs:
# would not work, as it would trigger this workflow again. So as
# a workaround, we use the v-tag to trigger this workflow, add a new
# one without the v and push it.
- name: Commit pubspec version and delete branch
- name: Commit pubspec version and delete tag
run: |
git config user.name Github-actions
git config user.email [email protected]
Expand Down

0 comments on commit 7a6c854

Please sign in to comment.