Skip to content

Commit

Permalink
fix fdroid path
Browse files Browse the repository at this point in the history
  • Loading branch information
derqurps committed Jun 10, 2023
1 parent 62da830 commit 8d0710d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ jobs:
- name: Rename Android F-Droid APK
run: >-
mv apk-fdroid/apk-fdroid/app-release.apk
apk-fdroid/noefinderlein-fdroid-${{ github.ref_name }}.apk
mv app-release.apk
noefinderlein-fdroid-${{ github.ref_name }}.apk
- name: Rename App Bundle
run: >-
Expand All @@ -165,7 +165,7 @@ jobs:
generate_release_notes: true
files: |
android-down/noefinderlein-android-${{ github.ref_name }}.apk
apk-fdroid/noefinderlein-fdroid-${{ github.ref_name }}.apk
noefinderlein-fdroid-${{ github.ref_name }}.apk
android-down/noefinderlein-android-${{ github.ref_name }}.aab
# macos-down/noefinderlein-macos-${{ github.ref_name }}.dmg
# windows-down/noefinderlein-windows-${{ github.ref_name }}.zip
Expand Down Expand Up @@ -198,4 +198,4 @@ jobs:
deploy_android_build:
needs: [deploy, android]
uses: finderlein/noefinderlein_flutter/.github/workflows/deploy_android_build.yml@main
secrets: inherit
secrets: inherit

0 comments on commit 8d0710d

Please sign in to comment.