File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2525 run : |
2626 gradle --version
2727
28+ - name : show gradlew permission
29+ run : |
30+ chmod +x gradlew
31+
2832 - name : build
2933 run : |
3034 ./gradlew assembleDebug --stacktrace
3337 run : |
3438 gradle --version
3539
36- - uses : actions/upload-artifact@v2
40+ - uses : actions/upload-artifact@v4
3741 with :
3842 name : openimis-claims-apk-${{github.run_number}}-${{github.sha}}
3943 path : ./claimManagement/build/outputs/**/*.apk
4650 run : |
4751 gradle --version
4852
49- - uses : actions/upload-artifact@v2
53+ - uses : actions/upload-artifact@v4
5054 with :
5155 name : openimis-claims-aab-${{github.run_number}}-${{github.sha}}
5256 path : ./claimManagement/build/outputs/**/*.aab
Original file line number Diff line number Diff line change 4545 echo url ${{ github.event.inputs.api_base_url }}
4646 echo app name ${{ github.event.inputs.app_name }}
4747
48+ - name : show gradlew permission
49+ run : |
50+ chmod +x gradlew
51+
4852 - name : build
4953 run : |
5054 ./gradlew assembleCliDebug --stacktrace
6064 run : |
6165 gradle --version
6266
63- - uses : actions/upload-artifact@v2
67+ - uses : actions/upload-artifact@v4
6468 with :
6569 name : openimis-claims-apk-${{github.run_number}}-${{github.sha}}
6670 path : ./claimManagement/build/outputs/**/*.apk
You can’t perform that action at this time.
0 commit comments