Skip to content

Commit 9693fe8

Browse files
committed
fix github actions
1 parent 0b4fb12 commit 9693fe8

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
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/upload-artifact@v4
5656
with:
5757
name: claims-csuTest-${{github.event.inputs.app_version}}
58-
path: ./claimManagement/build/outputs/csuDev/claims-csuTest-${{ github.event.inputs.app_version}}.apk
58+
path: ./claimManagement/build/outputs/**/*.apk
5959
overwrite: true
6060

6161
#publish in release
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
tag_name: ${{ github.event.inputs.release_tag }} # Sets the release tag to the pushed tag name (e.g., v1.0.0)
6666
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
67+
files: ./claimManagement/build/outputs/**/*.apk
6868
draft: false
6969
prerelease: false
7070
env:

0 commit comments

Comments
 (0)