Skip to content

Commit 90fc859

Browse files
committed
fix(build): fix artifact name of reports
if more than one build is requested
1 parent 40e6674 commit 90fc859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,6 @@ jobs:
303303
- name: Upload reports
304304
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
305305
with:
306-
name: reports
306+
name: reports-${{ env.APPLICATION_ID }}
307307
path: |
308308
app/build/reports/**

0 commit comments

Comments
 (0)