Skip to content

Commit

Permalink
fix script path
Browse files Browse the repository at this point in the history
Signed-off-by: phuoc <[email protected]>
  • Loading branch information
phuocbitmark committed Mar 29, 2024
1 parent 360df87 commit 7bba15d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-release-appcenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Encrypt secrets before use
- name: Encrypt Secrets
run: |
./encrypt_secrets.sh ${{ secrets.ENTROPY }}
./script/encrypt_secrets.sh ${{ secrets.ENTROPY }}
- run: flutter build apk --flavor inhouse
- run: mv build/app/outputs/flutter-apk/app-inhouse-release.apk build/app/outputs/flutter-apk/app-inhouse-release-${{ env.NAME_SUFFIX }}.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bmvn_build_appcenter_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
# Encrypt secrets before use
- name: Encrypt Secrets
run: |
./encrypt_secrets.sh ${{ secrets.ENTROPY }}
./script/encrypt_secrets.sh ${{ secrets.ENTROPY }}
- run: flutter build apk --flavor inhouse
- run: mv build/app/outputs/flutter-apk/app-inhouse-release.apk build/app/outputs/flutter-apk/app-inhouse-release-${{ env.NAME_SUFFIX }}.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bmvn_build_appcenter_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Encrypt secrets before use
- name: Encrypt Secrets
run: |
./encrypt_secrets.sh ${{ secrets.ENTROPY }}
./script/encrypt_secrets.sh ${{ secrets.ENTROPY }}
- uses: mathieu-bour/setup-sentry-cli@main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-release-testflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Encrypt secrets before use
- name: Encrypt Secrets
run: |
./encrypt_secrets.sh ${{ secrets.ENTROPY }}
./script/encrypt_secrets.sh ${{ secrets.ENTROPY }}
- uses: mathieu-bour/setup-sentry-cli@main

Expand Down

0 comments on commit 7bba15d

Please sign in to comment.