Skip to content

Commit

Permalink
fix: fix release (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 authored Jan 23, 2024
2 parents d8ae82a + b0080e3 commit e5c18a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_alpha_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
name: wallet
path: |
release/wallet.apk
wallet.apk
semantic-release:
permissions:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
release/*
release/wallet/*
draft: false
prerelease: false
fail_on_unmatched_files: true
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ KEYSTORE_PATH = ENV["KEYSTORE_PATH"]
KEYSTORE_KEY_ALIAS = ENV["KEYSTORE_KEY_ALIAS"]
KEYSTORE_KEY_PASSWORD = ENV["KEYSTORE_KEY_PASSWORD"]
KEYSTORE_STORE_PASSWORD = ENV["KEYSTORE_STORE_PASSWORD"]
APK_OUTPUT_PATH = "./release/didroom.apk"
APK_OUTPUT_PATH = "./release"
CACHE_PATH = "./.cache"


Expand Down

0 comments on commit e5c18a8

Please sign in to comment.