Skip to content

Commit

Permalink
Where's the file on macos?
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Mar 5, 2024
1 parent 65931c9 commit d61a70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mobile-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Build independent apk.
- name: Build
run: |
file /home/runner/work/_temp/keystore/ente_photos_key.jks
file keystore/ente_photos_key.jks
flutter build apk --release --flavor independent && mv build/app/outputs/flutter-apk/app-independent-release.apk build/app/outputs/flutter-apk/ente.apk
env:
SIGNING_KEY_PATH: '/home/runner/work/_temp/keystore/ente_photos_key.jks'
Expand Down

0 comments on commit d61a70c

Please sign in to comment.