We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f586f15 commit ae0e3c4Copy full SHA for ae0e3c4
1 file changed
.github/workflows/manual.yml
@@ -50,7 +50,7 @@ jobs:
50
- uses: actions/upload-artifact@v4
51
with:
52
name: claims-csuTest-${{github.event.inputs.app_version}}.apk
53
- path: ./app/build/outputs/**/*.apk
+ path: ./claimManagement/build/outputs/**/*.apk
54
overwrite: true
55
56
#publish in release
@@ -59,7 +59,7 @@ jobs:
59
60
tag_name: ${{ github.event.inputs.release_tag }} # Sets the release tag to the pushed tag name (e.g., v1.0.0)
61
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
+ files: ./claimManagement/build/outputs/**/*.apk
63
draft: false
64
prerelease: false
65
env:
0 commit comments