Skip to content

Commit

Permalink
fix: apk regexp in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Mar 29, 2024
1 parent 26a3243 commit 44bb8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.apk
regexp: pos-print-companion/dev/android/pos-print-companion-(.+)-v.+/apk/release/app-debug.apk
- name: version
type: semver
source:
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
tag: artifacts/gh-release-tag
body: artifacts/gh-release-notes.md
globs:
- built-dev-apk/app-debug.apk.apk
- built-dev-apk/app-debug.apk
- put: version
params:
file: version/version

0 comments on commit 44bb8c6

Please sign in to comment.