Skip to content

Commit 452fb84

Browse files
authored
fix: rename folder path for semantic release job (#8)
1 parent 019db02 commit 452fb84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core-sdk-samples/higgs-shop-sample-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The purpose of the app is to highlight the following features:
1414

1515
1. Open this repository in Android Studio after cloning
1616

17-
2. Update the `HIGGS_SHOP_SAMPLE_APP_KEY` & `HIGGS_SHOP_SAMPLE_APP_SECRET` variable with your mParticle Android API Key inside app/build.gradle.kts file
17+
2. Update the `HIGGS_SHOP_SAMPLE_APP_KEY` and `HIGGS_SHOP_SAMPLE_APP_SECRET` variable with your mParticle Android API Key inside app/build.gradle.kts file
1818

1919
- Visit your [mParticle Workspace](https://app.mparticle.com/setup/inputs/apps) to generate API Credentials
2020

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ git add :/*.kts
1717
#create and rename release APK for Github
1818
./gradlew assembleDebug
1919
mkdir dist
20-
mv core-sdk-samples/higgs-shop-sample-app/app/build/outputs/apk/release/app-debug.apk "dist/HiggsShopSampleApp-$1.apk"
20+
mv core-sdk-samples/higgs-shop-sample-app/app/build/outputs/apk/debug/app-debug.apk "dist/HiggsShopSampleApp-$1.apk"

0 commit comments

Comments
 (0)