We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4fb12 commit 9693fe8Copy full SHA for 9693fe8
1 file changed
.github/workflows/manual.yml
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/upload-artifact@v4
56
with:
57
name: claims-csuTest-${{github.event.inputs.app_version}}
58
- path: ./claimManagement/build/outputs/csuDev/claims-csuTest-${{ github.event.inputs.app_version}}.apk
+ path: ./claimManagement/build/outputs/**/*.apk
59
overwrite: true
60
61
#publish in release
@@ -64,7 +64,7 @@ jobs:
64
65
tag_name: ${{ github.event.inputs.release_tag }} # Sets the release tag to the pushed tag name (e.g., v1.0.0)
66
name: ${{ github.event.inputs.app_version }} # Sets the release name to the pushed tag name (e.g., Release v1.0.0)
67
- files: ./claimManagement/build/outputs/csuDev/claims-csuTest-${{ github.event.inputs.app_version}}.apk
+ files: ./claimManagement/build/outputs/**/*.apk
68
draft: false
69
prerelease: false
70
env:
0 commit comments