Skip to content

Commit

Permalink
fix: fastlane appfile package name
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Jan 23, 2024
1 parent 8f9f0aa commit 8602ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_alpha_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
name: verifier
path: |
release/verifier.apk
verifier.apk
semantic-release:
permissions:
Expand Down
2 changes: 1 addition & 1 deletion fastlane/AppFile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package_name("org.dyne.wallet")
package_name("eu.forkbomb.didroom.verifier")

0 comments on commit 8602ae9

Please sign in to comment.