Skip to content

Commit ae0e3c4

Browse files
committed
update manual.yml
1 parent f586f15 commit ae0e3c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/upload-artifact@v4
5151
with:
5252
name: claims-csuTest-${{github.event.inputs.app_version}}.apk
53-
path: ./app/build/outputs/**/*.apk
53+
path: ./claimManagement/build/outputs/**/*.apk
5454
overwrite: true
5555

5656
#publish in release
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
tag_name: ${{ github.event.inputs.release_tag }} # Sets the release tag to the pushed tag name (e.g., v1.0.0)
6161
name: ${{ github.event.inputs.app_version }} # Sets the release name to the pushed tag name (e.g., Release v1.0.0)
62-
files: ./app/build/outputs/**/*.apk
62+
files: ./claimManagement/build/outputs/**/*.apk
6363
draft: false
6464
prerelease: false
6565
env:

0 commit comments

Comments
 (0)