Skip to content

Commit

Permalink
Burke may never understand GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmamlin committed Oct 4, 2024
1 parent 2c1151a commit 5453511
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5453511

Please sign in to comment.