Skip to content

Commit

Permalink
chore: change apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Mar 29, 2024
1 parent 44bb8c6 commit 6b47104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resources:
source:
bucket: #@ data.values.build_artifacts_bucket_name
json_key: #@ data.values.build_artifacts_bucket_creds
regexp: pos-print-companion/dev/android/pos-print-companion-(.+)-v.+/apk/release/app-debug.apk
regexp: pos-print-companion/dev/android/pos-print-companion-(.+)-v.+/apk/debug/app-debug.apk
- name: version
type: semver
source:
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/upload-to-gcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ gcloud auth activate-service-account --key-file key.json

pushd artifacts

gsutil cp -r app/build/outputs/apk/release/* gs://$bucket/pos-print-companion/$GCS_DIRECTORY/android/pos-print-companion-$(date +%s)-v${version}/apk/release/
gsutil cp -r app/build/outputs/apk/debug/* gs://$bucket/pos-print-companion/$GCS_DIRECTORY/android/pos-print-companion-$(date +%s)-v${version}/apk/debug/

0 comments on commit 6b47104

Please sign in to comment.