File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 name : Jetcaster
2121 path : Jetcaster
22+ module : mobile
Original file line number Diff line number Diff line change 99 path :
1010 required : true
1111 type : string
12+ module :
13+ default : " app"
14+ type : string
1215
1316concurrency :
1417 group : ${{ inputs.name }}-build-${{ github.ref }}
@@ -66,11 +69,11 @@ jobs:
6669 uses : actions/upload-artifact@v4
6770 with :
6871 name : build-outputs
69- path : ${{ inputs.path }}/app /build/outputs
72+ path : ${{ inputs.path }}/${{ inputs.module }} /build/outputs
7073
7174 - name : Upload build reports
7275 if : always()
7376 uses : actions/upload-artifact@v4
7477 with :
7578 name : build-reports
76- path : ${{ inputs.path }}/app /build/reports
79+ path : ${{ inputs.path }}/${{ inputs.module }} /build/reports
You can’t perform that action at this time.
0 commit comments