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.
2 parents 3669144 + da032d9 commit f2c088cCopy full SHA for f2c088c
.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