We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca7a5d commit da032d9Copy full SHA for da032d9
.github/workflows/build-sample.yml
@@ -77,11 +77,11 @@ jobs:
77
uses: actions/upload-artifact@v4
78
with:
79
name: build-outputs
80
- path: ${{ inputs.path }}/app/build/outputs
+ path: ${{ inputs.path }}/${{ inputs.module }}/build/outputs
81
82
- name: Upload build reports
83
if: always()
84
85
86
name: build-reports
87
- path: ${{ inputs.path }}/app/build/reports
+ path: ${{ inputs.path }}/${{ inputs.module }}/build/reports
0 commit comments