From 545351102f7601dbc392854a4391b5769c8d839c Mon Sep 17 00:00:00 2001 From: Burke Mamlin Date: Fri, 4 Oct 2024 15:06:16 -0400 Subject: [PATCH] Burke may never understand GitHub actions --- .github/workflows/maven.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index eefbfd0..7496935 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -59,5 +59,11 @@ jobs: - name: Publish artifacts uses: actions/upload-artifact@v4 with: - name: exports/openmrs_concepts_${{ matrix.FILE_SUFFIX }}.zip + name: openmrs_concepts_${{ matrix.FILE_SUFFIX }}.zip path: '*.zip' + - name: Merge artifacts + uses: actions/upload-artifact/merge@v4 + with: + name: exports + pattern: openmrs_concepts_*.zip + delete-merged: true